fix moot using a dummy Recaptcha key on several pages
This commit is contained in:
parent
d6f9d136b0
commit
74f270c3af
@ -113,6 +113,9 @@ Main =
|
|||||||
attributeFilter: ['href']
|
attributeFilter: ['href']
|
||||||
|
|
||||||
initReady: ->
|
initReady: ->
|
||||||
|
# fix moot breaking captcha
|
||||||
|
$.globalEval 'window.recaptchaKey = "6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc"'
|
||||||
|
|
||||||
if d.title in ['4chan - Temporarily Offline', '4chan - 404 Not Found']
|
if d.title in ['4chan - Temporarily Offline', '4chan - 404 Not Found']
|
||||||
if Conf['404 Redirect'] and g.VIEW is 'thread'
|
if Conf['404 Redirect'] and g.VIEW is 'thread'
|
||||||
href = Redirect.to 'thread',
|
href = Redirect.to 'thread',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user