only thread index pages, derp

This commit is contained in:
James Campos 2011-04-25 16:29:01 -07:00
parent 707cc4cc94
commit 4198365ab4
2 changed files with 3 additions and 3 deletions

View File

@ -2046,7 +2046,6 @@
}
Recaptcha.init();
$.bind($('form[name=post]'), 'submit', qr.cb.submit);
threading.init();
if ($.config('Image Expansion')) {
imgExpand.init();
}
@ -2100,6 +2099,7 @@
watcher.watch();
}
} else {
threading.init();
if ($.config('Thread Hiding')) {
threadHiding.init();
}

View File

@ -1567,8 +1567,6 @@ main =
$.bind $('form[name=post]'), 'submit', qr.cb.submit
threading.init()
#major features
if $.config 'Image Expansion'
imgExpand.init()
@ -1623,6 +1621,8 @@ main =
watcher.watch()
else #not reply
threading.init()
if $.config 'Thread Hiding'
threadHiding.init()