Add support for 4chan Pass.
I guess?
This commit is contained in:
parent
08ef04697d
commit
790403df04
@ -2173,6 +2173,9 @@
|
||||
captcha: {
|
||||
init: function() {
|
||||
var _this = this;
|
||||
if (-1 !== d.cookie.indexOf('pass_enabled=')) {
|
||||
return;
|
||||
}
|
||||
if (!(QR.captchaIsEnabled = !!$.id('captchaFormPart'))) {
|
||||
return;
|
||||
}
|
||||
|
||||
@ -1672,6 +1672,7 @@ QR =
|
||||
|
||||
captcha:
|
||||
init: ->
|
||||
return if -1 isnt d.cookie.indexOf 'pass_enabled='
|
||||
return unless QR.captchaIsEnabled = !!$.id 'captchaFormPart'
|
||||
if $.id 'recaptcha_challenge_field_holder'
|
||||
@ready()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user