fix posting on /f/ with cookies cleared

This commit is contained in:
ccd0 2014-05-15 17:58:22 -07:00
parent e229c3af1d
commit a579540681

View File

@ -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) ->