unbind init

This commit is contained in:
James Campos 2011-09-21 14:27:38 -07:00
parent b042de4bf2
commit 40d28414d1
2 changed files with 2 additions and 0 deletions

View File

@ -2779,6 +2779,7 @@
Main = {
init: function() {
var callback, cutoff, hiddenThreads, id, lastChecked, now, op, table, timestamp, tzOffset, _i, _j, _k, _l, _len, _len2, _len3, _len4, _ref, _ref2, _ref3, _ref4, _ref5;
$.unbind(document, 'DOMContentLoaded', Main.init);
if (location.hostname === 'sys.4chan.org') {
QR.sys();
return;

View File

@ -2125,6 +2125,7 @@ firstRun =
Main =
init: ->
$.unbind document, 'DOMContentLoaded', Main.init
if location.hostname is 'sys.4chan.org'
QR.sys()
return