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

View File

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