remove unneeded call
This commit is contained in:
parent
c1b1b66ae3
commit
f9086ecc95
@ -6452,7 +6452,6 @@
|
|||||||
} else {
|
} else {
|
||||||
if (QR.posts.length > 1) {
|
if (QR.posts.length > 1) {
|
||||||
QR.captcha.setup();
|
QR.captcha.setup();
|
||||||
QR.captcha.afterSetup();
|
|
||||||
}
|
}
|
||||||
post.rm();
|
post.rm();
|
||||||
}
|
}
|
||||||
|
|||||||
@ -6477,7 +6477,6 @@
|
|||||||
} else {
|
} else {
|
||||||
if (QR.posts.length > 1) {
|
if (QR.posts.length > 1) {
|
||||||
QR.captcha.setup();
|
QR.captcha.setup();
|
||||||
QR.captcha.afterSetup();
|
|
||||||
}
|
}
|
||||||
post.rm();
|
post.rm();
|
||||||
}
|
}
|
||||||
|
|||||||
@ -790,7 +790,6 @@ QR =
|
|||||||
else
|
else
|
||||||
if QR.posts.length > 1
|
if QR.posts.length > 1
|
||||||
QR.captcha.setup()
|
QR.captcha.setup()
|
||||||
QR.captcha.afterSetup()
|
|
||||||
post.rm()
|
post.rm()
|
||||||
|
|
||||||
QR.cooldown.set {req, post, isReply, threadID}
|
QR.cooldown.set {req, post, isReply, threadID}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user