Reload captcha if there are posts in the queue.
Conflicts: LICENSE builds/4chan-X.user.js builds/crx/script.js
This commit is contained in:
parent
730f275406
commit
29a26680a1
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* 4chan X - Version 1.5.2 - 2014-04-04
|
* 4chan X - Version 1.5.2 - 2014-04-06
|
||||||
*
|
*
|
||||||
* Licensed under the MIT license.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/ccd0/4chan-x/blob/master/LICENSE
|
* https://github.com/ccd0/4chan-x/blob/master/LICENSE
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -787,6 +787,9 @@ QR =
|
|||||||
unless Conf['Persistent QR'] or QR.cooldown.auto
|
unless Conf['Persistent QR'] or QR.cooldown.auto
|
||||||
QR.close()
|
QR.close()
|
||||||
else
|
else
|
||||||
|
if QR.posts.length > 1
|
||||||
|
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