summaryrefslogtreecommitdiff
path: root/static/js/src
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/src')
-rw-r--r--static/js/src/userlist.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/js/src/userlist.js b/static/js/src/userlist.js
index 7ac6e2f..d18da65 100644
--- a/static/js/src/userlist.js
+++ b/static/js/src/userlist.js
@@ -1,4 +1,5 @@
-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");