This commit is contained in:
Jordan Bates 2013-05-14 19:29:56 -07:00
commit fc732df167
5 changed files with 7 additions and 13 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -35,12 +35,6 @@
background-color: #282A2E;
border-color: #111;
}
:root.tomorrow #qr select {
color: #C5C8C6;
}
:root.tomorrow #qr option {
color: #000;
}
:root.tomorrow .qr-preview {
background-color: rgba(255, 255, 255, .15);
}

View File

@ -1023,13 +1023,13 @@ QR =
{challenge, response} = QR.captcha.getOne()
err = 'No valid captcha.' unless response
QR.cleanNotifications()
if err
# stop auto-posting
QR.cooldown.auto = false
QR.status()
QR.error err
return
QR.cleanNotifications()
# Enable auto-posting if we have stuff to post, disable it otherwise.
QR.cooldown.auto = QR.posts.length > 1