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