summaryrefslogtreecommitdiff
path: root/static/js/src/chat.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/src/chat.js')
-rw-r--r--static/js/src/chat.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/js/src/chat.js b/static/js/src/chat.js
index f24917c..e59e948 100644
--- a/static/js/src/chat.js
+++ b/static/js/src/chat.js
@@ -207,6 +207,9 @@ function setImgsEnable() {
}
};
+function text_off(){
+ setTextEnable.call( $("#textbutton input").attr("checked", false) )
+}
// scrolling stuff
// this code keeps the div scrolled to the bottom, but will also let the user scroll up, without jumping down