diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index 216190944..339ec6366 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -754,10 +754,6 @@ QR = return h1 = $ 'h1', resDoc - QR.cleanNotifications() - - if Conf['Posting Success Notifications'] - QR.notifications.push new Notice 'success', h1.textContent, 5 [_, threadID, postID] = h1.nextSibling.textContent.match /thread:(\d+),no:(\d+)/ postID = +postID @@ -784,6 +780,10 @@ QR = post.rm() QR.captcha.setup(d.activeElement is QR.nodes.status) + QR.cleanNotifications() + if Conf['Posting Success Notifications'] + QR.notifications.push new Notice 'success', h1.textContent, 5 + QR.cooldown.add threadID, postID URL = if threadID is postID # new thread