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.
|
||||
# And since #delPassword.value is only filled on window.onload
|
||||
# we'd rather use #postPassword when we can.
|
||||
$.id('delPassword').value
|
||||
$.id('delPassword')?.value or ''
|
||||
return QR.persona.pwd
|
||||
|
||||
get: (cb) ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user