Fix #361
This commit is contained in:
parent
66411f0b1f
commit
6e0dadd5ec
@ -3097,11 +3097,6 @@
|
||||
if (conf['Indicate OP quote']) {
|
||||
quoteOP.init();
|
||||
}
|
||||
if (g.REPLY) {
|
||||
if (conf['Image Preloading']) {
|
||||
imgPreloading.init();
|
||||
}
|
||||
}
|
||||
if (d.body) {
|
||||
return Main.onLoad();
|
||||
} else {
|
||||
@ -3143,6 +3138,9 @@
|
||||
if (conf['Thread Stats']) {
|
||||
threadStats.init();
|
||||
}
|
||||
if (conf['Image Preloading']) {
|
||||
imgPreloading.init();
|
||||
}
|
||||
if (conf['Reply Navigation']) {
|
||||
nav.init();
|
||||
}
|
||||
|
||||
@ -2359,10 +2359,6 @@ Main =
|
||||
if conf['Indicate OP quote']
|
||||
quoteOP.init()
|
||||
|
||||
if g.REPLY
|
||||
if conf['Image Preloading']
|
||||
imgPreloading.init()
|
||||
|
||||
|
||||
if d.body
|
||||
Main.onLoad()
|
||||
@ -2404,6 +2400,9 @@ Main =
|
||||
if conf['Thread Stats']
|
||||
threadStats.init()
|
||||
|
||||
if conf['Image Preloading']
|
||||
imgPreloading.init()
|
||||
|
||||
if conf['Reply Navigation']
|
||||
nav.init()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user