God damn CS.

This commit is contained in:
Nicolas Stepien 2013-04-16 03:46:29 +02:00
parent f7bd8fb722
commit 18784b30a1
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
- Fix error with successful posting.
### 3.1.1 - *2013-04-16*
- Styling adjustments for the announcement toggler.

View File

@ -1056,10 +1056,11 @@ QR =
val: true
# Post/upload confirmed as successful.
$.event 'QRPostSuccessful',
$.event 'QRPostSuccessful', {
board: g.BOARD
threadID
postID
}
# Enable auto-posting if we have stuff to post, disable it otherwise.
QR.cooldown.auto = QR.posts.length > 1 and isReply