Hide asap.
This commit is contained in:
parent
b2db0242fd
commit
2dacb2c8cb
@ -3069,6 +3069,9 @@
|
||||
if (conf['Filter']) {
|
||||
filter.init();
|
||||
}
|
||||
if (conf['Reply Hiding']) {
|
||||
replyHiding.init();
|
||||
}
|
||||
if (conf['Image Expansion']) {
|
||||
imgExpand.init();
|
||||
}
|
||||
@ -3090,9 +3093,6 @@
|
||||
if (conf['Image Hover']) {
|
||||
imgHover.init();
|
||||
}
|
||||
if (conf['Reply Hiding']) {
|
||||
replyHiding.init();
|
||||
}
|
||||
if (conf['Quick Reply']) {
|
||||
QR.init();
|
||||
}
|
||||
@ -3137,12 +3137,12 @@
|
||||
nav.init();
|
||||
}
|
||||
} else {
|
||||
if (conf['Index Navigation']) {
|
||||
nav.init();
|
||||
}
|
||||
if (conf['Thread Hiding']) {
|
||||
threadHiding.init();
|
||||
}
|
||||
if (conf['Index Navigation']) {
|
||||
nav.init();
|
||||
}
|
||||
if (conf['Thread Expansion']) {
|
||||
expandThread.init();
|
||||
}
|
||||
|
||||
@ -2285,6 +2285,9 @@ Main =
|
||||
if conf['Filter']
|
||||
filter.init()
|
||||
|
||||
if conf['Reply Hiding']
|
||||
replyHiding.init()
|
||||
|
||||
if conf['Image Expansion']
|
||||
imgExpand.init()
|
||||
|
||||
@ -2306,9 +2309,6 @@ Main =
|
||||
if conf['Image Hover']
|
||||
imgHover.init()
|
||||
|
||||
if conf['Reply Hiding']
|
||||
replyHiding.init()
|
||||
|
||||
if conf['Quick Reply']
|
||||
QR.init()
|
||||
|
||||
@ -2353,12 +2353,12 @@ Main =
|
||||
nav.init()
|
||||
|
||||
else #not reply
|
||||
if conf['Index Navigation']
|
||||
nav.init()
|
||||
|
||||
if conf['Thread Hiding']
|
||||
threadHiding.init()
|
||||
|
||||
if conf['Index Navigation']
|
||||
nav.init()
|
||||
|
||||
if conf['Thread Expansion']
|
||||
expandThread.init()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user