diff --git a/CHANGELOG.md b/CHANGELOG.md index 8268b4f4d..5393fe25e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +- Fix error with successful posting. + ### 3.1.1 - *2013-04-16* - Styling adjustments for the announcement toggler. diff --git a/src/qr.coffee b/src/qr.coffee index 4359f27bf..30c6b0a84 100644 --- a/src/qr.coffee +++ b/src/qr.coffee @@ -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