summaryrefslogtreecommitdiff
path: root/static/js/src/util.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/src/util.js')
-rw-r--r--static/js/src/util.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/js/src/util.js b/static/js/src/util.js
index 814c81b..e8d1107 100644
--- a/static/js/src/util.js
+++ b/static/js/src/util.js
@@ -90,3 +90,7 @@ window.requestAnimFrame = (function(){
};
})();
+function text_off(){
+ setTextEnable.call( $("#textbutton input").attr("checked",false) )
+}
+