God damn CS.
This commit is contained in:
parent
f7bd8fb722
commit
18784b30a1
@ -1,3 +1,5 @@
|
|||||||
|
- Fix error with successful posting.
|
||||||
|
|
||||||
### 3.1.1 - *2013-04-16*
|
### 3.1.1 - *2013-04-16*
|
||||||
|
|
||||||
- Styling adjustments for the announcement toggler.
|
- Styling adjustments for the announcement toggler.
|
||||||
|
|||||||
@ -1056,10 +1056,11 @@ QR =
|
|||||||
val: true
|
val: true
|
||||||
|
|
||||||
# Post/upload confirmed as successful.
|
# Post/upload confirmed as successful.
|
||||||
$.event 'QRPostSuccessful',
|
$.event 'QRPostSuccessful', {
|
||||||
board: g.BOARD
|
board: g.BOARD
|
||||||
threadID
|
threadID
|
||||||
postID
|
postID
|
||||||
|
}
|
||||||
|
|
||||||
# Enable auto-posting if we have stuff to post, disable it otherwise.
|
# Enable auto-posting if we have stuff to post, disable it otherwise.
|
||||||
QR.cooldown.auto = QR.posts.length > 1 and isReply
|
QR.cooldown.auto = QR.posts.length > 1 and isReply
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user