diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2014-06-24 18:54:51 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2014-06-24 18:54:51 -0400 |
| commit | 93e29d0efd008e7aaa5b5244c8bbfd3913eac6c4 (patch) | |
| tree | 81f72cbae8a211a0a71b9b9b572757e898cae8d5 /static/js/pichat2.js | |
| parent | 557046a95fb06174f6a4b8f6f9f92c6719604f52 (diff) | |
| parent | 050c61a79f2a58772a3d749c0a29d6e8fd2c34ef (diff) | |
Merge branch 'master' of /pichat/repo
Diffstat (limited to 'static/js/pichat2.js')
| -rw-r--r-- | static/js/pichat2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/pichat2.js b/static/js/pichat2.js index 2cee712..f678cc1 100644 --- a/static/js/pichat2.js +++ b/static/js/pichat2.js @@ -2248,7 +2248,7 @@ function linkReplaceWithoutImage(url){ return "<a target='_blank' href='" + linkUrl + "'>" + url + "</a>" } -var MUTES = localStorage['mutes']['nick']; +var MUTES = localStorage['mutes'] || {}; $(".mute").live("click", function(){ $(this).removeClass("mute"); $(this).addClass("unmute"); |
