Hide asap.
This commit is contained in:
parent
d4f54f8bd7
commit
5720a30dcf
@ -3066,6 +3066,9 @@
|
||||
if (conf['Filter']) {
|
||||
filter.init();
|
||||
}
|
||||
if (conf['Reply Hiding']) {
|
||||
replyHiding.init();
|
||||
}
|
||||
if (conf['Image Expansion']) {
|
||||
imgExpand.init();
|
||||
}
|
||||
@ -3087,9 +3090,6 @@
|
||||
if (conf['Image Hover']) {
|
||||
imgHover.init();
|
||||
}
|
||||
if (conf['Reply Hiding']) {
|
||||
replyHiding.init();
|
||||
}
|
||||
if (conf['Quick Reply']) {
|
||||
QR.init();
|
||||
}
|
||||
@ -3134,12 +3134,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();
|
||||
}
|
||||
|
||||
@ -2282,6 +2282,9 @@ Main =
|
||||
if conf['Filter']
|
||||
filter.init()
|
||||
|
||||
if conf['Reply Hiding']
|
||||
replyHiding.init()
|
||||
|
||||
if conf['Image Expansion']
|
||||
imgExpand.init()
|
||||
|
||||
@ -2303,9 +2306,6 @@ Main =
|
||||
if conf['Image Hover']
|
||||
imgHover.init()
|
||||
|
||||
if conf['Reply Hiding']
|
||||
replyHiding.init()
|
||||
|
||||
if conf['Quick Reply']
|
||||
QR.init()
|
||||
|
||||
@ -2350,12 +2350,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