summaryrefslogtreecommitdiff
path: root/static/js/pichat.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/pichat.js')
-rw-r--r--static/js/pichat.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js
index 61ddf3c..dc3b43b 100644
--- a/static/js/pichat.js
+++ b/static/js/pichat.js
@@ -2248,7 +2248,8 @@ function linkReplaceWithoutImage(url){
return "<a target='_blank' href='" + linkUrl + "'>" + url + "</a>"
}
-var MUTES = localStorage["mutes"] ? JSON.parse(localStorage["mutes"]) : {}
+var MUTES = localStorage["mutes"] ? JSON.parse(localStorage["mutes"]) : {};
+
$(".mute").live("click", function(){
$(this).removeClass("mute");
$(this).addClass("unmute");