Fix QR cooldown on Opera.
This commit is contained in:
parent
766be903b6
commit
25b37552f1
@ -921,6 +921,11 @@ QR =
|
|||||||
QR.status()
|
QR.status()
|
||||||
|
|
||||||
response: ->
|
response: ->
|
||||||
|
<% if (type === 'userjs') { %>
|
||||||
|
# The upload.onload callback is not called
|
||||||
|
# or at least not in time with Opera.
|
||||||
|
QR.req.upload.onload()
|
||||||
|
<% } %>
|
||||||
{req} = QR
|
{req} = QR
|
||||||
delete QR.req
|
delete QR.req
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user