only thread index pages, derp
This commit is contained in:
parent
707cc4cc94
commit
4198365ab4
@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user