Update forced anon detection.
This commit is contained in:
parent
fbe9f219fb
commit
9497025824
@ -466,7 +466,7 @@ QR =
|
|||||||
$.addClass QR.nodes.sub, 'force-show'
|
$.addClass QR.nodes.sub, 'force-show'
|
||||||
QR.nodes.email.placeholder = 'E-mail'
|
QR.nodes.email.placeholder = 'E-mail'
|
||||||
|
|
||||||
QR.forcedAnon = !!$ '.postForm input[name=name][type=hidden]'
|
QR.forcedAnon = !!$ 'form[name="post"] input[name="name"][type="hidden"]'
|
||||||
if QR.forcedAnon
|
if QR.forcedAnon
|
||||||
$.addClass QR.nodes.el, 'forced-anon'
|
$.addClass QR.nodes.el, 'forced-anon'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user