diff options
| author | Julie Lala <jules@okfoc.us> | 2014-06-24 18:55:30 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-06-24 18:55:30 -0400 |
| commit | 050c61a79f2a58772a3d749c0a29d6e8fd2c34ef (patch) | |
| tree | b7b05e5d43f6e05b9b6c82409f393a34a4995455 /static/js/pichat2.js | |
| parent | 948926970571793e774ebf34c16e14ef8e694062 (diff) | |
etc
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"); |
