diff options
| author | Julie Lala <jules@okfoc.us> | 2014-06-24 19:02:02 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-06-24 19:02:02 -0400 |
| commit | aa061952dd30c8dc661733caf08406bd03bb200d (patch) | |
| tree | 07468cab3420ac0b7d693fee4ee3fc5cf67ba51a /static/js/src | |
| parent | 3d01a4b5e460c021554f0519722e558a5f12f1fd (diff) | |
foo
Diffstat (limited to 'static/js/src')
| -rw-r--r-- | static/js/src/userlist.js | 3 |
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"); |
