diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2014-05-14 12:02:39 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2014-05-14 12:02:39 -0400 |
| commit | 101c0be26573b6cc20a8542d378592fd0eec2ba5 (patch) | |
| tree | 98a17d4ff252b4c5c3937eb16db1c10d63a142ce /static/js/src/util.js | |
| parent | 7a62c03ebe5c36a47274d170ce8c39957cdf437c (diff) | |
scripts to fix redis when it crashes
Diffstat (limited to 'static/js/src/util.js')
| -rw-r--r-- | static/js/src/util.js | 4 |
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) ) +} + |
