diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2014-06-24 18:53:04 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2014-06-24 18:53:04 -0400 |
| commit | 557046a95fb06174f6a4b8f6f9f92c6719604f52 (patch) | |
| tree | b949bb2a8e76b345d3a6d1b74fca7c1dd9429d86 /static/js/src/chat.js | |
| parent | 86d9c86a4d51d68f12892fa7f5879d5d5eb3e047 (diff) | |
| parent | 948926970571793e774ebf34c16e14ef8e694062 (diff) | |
Merge branch 'master' of /pichat/repo
Diffstat (limited to 'static/js/src/chat.js')
| -rw-r--r-- | static/js/src/chat.js | 3 |
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 |
