fix posting on /f/ with cookies cleared
This commit is contained in:
parent
e229c3af1d
commit
a579540681
@ -55,7 +55,7 @@ QR.persona =
|
|||||||
# If we're in a closed thread, #postPassword isn't available.
|
# If we're in a closed thread, #postPassword isn't available.
|
||||||
# And since #delPassword.value is only filled on window.onload
|
# And since #delPassword.value is only filled on window.onload
|
||||||
# we'd rather use #postPassword when we can.
|
# we'd rather use #postPassword when we can.
|
||||||
$.id('delPassword').value
|
$.id('delPassword')?.value or ''
|
||||||
return QR.persona.pwd
|
return QR.persona.pwd
|
||||||
|
|
||||||
get: (cb) ->
|
get: (cb) ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user