summaryrefslogtreecommitdiff
path: root/static/js/src/chat.js
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-06-24 18:48:38 -0400
committerJulie Lala <jules@okfoc.us>2014-06-24 18:48:38 -0400
commit0e9eb8b4fc0ef43f91b69749f276cadf2d3bb3ad (patch)
treea97e2ec71c982e67a58bf71d7de461effcecb1a8 /static/js/src/chat.js
parent9c565b805bd0a3315ea56c5e9960f6846fe073be (diff)
mutes in localstorage??
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