Stop auto-posting when we abort the QR.

This commit is contained in:
Mayhem 2013-08-15 15:46:19 +02:00
parent bf66353ff3
commit 229bf14683

View File

@ -1114,5 +1114,6 @@ QR =
QR.req.abort()
delete QR.req
QR.posts[0].unlock()
QR.cooldown.auto = false
QR.notifications.push new Notification 'info', 'QR upload aborted.', 5
QR.status()