diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2014-11-15 14:48:48 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2014-11-15 14:48:48 -0500 |
| commit | c8bd3b66365c25fef2114c904ebf75ea58f2ef68 (patch) | |
| tree | 2627647c7d8f44a793b3008c267bc1d18c01b316 /static/js | |
| parent | 6996ef1862ec133e6d15ef06b660605d1192b166 (diff) | |
stuffs
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/admin.js | 4 | ||||
| -rw-r--r-- | static/js/pichat.js | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/static/js/admin.js b/static/js/admin.js index 422f818..543309f 100644 --- a/static/js/admin.js +++ b/static/js/admin.js @@ -63,8 +63,8 @@ Admin.mute = function(nick) { }; Admin.cancelMute = function(id, nick) { - alert ("cancelling mutes disabled w/e"); - return; + //alert ("cancelling mutes disabled w/e"); + //return; var reason = $('<textarea name="reason" rows="4" cols="30">'); var html = $('<div>') .append($('<div>').text('Cancelling mute for ' + nick)) diff --git a/static/js/pichat.js b/static/js/pichat.js index 0ed479a..c897d91 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -2433,3 +2433,9 @@ Youtube = { }, } + + +try { +if (Nick == "aids_enoch" && Room != "elephants") window.location.href ="http://elephants.dump.fm/" +} +catch(e){} |
