diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index 8319392a2..c77bdda1e 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -74,7 +74,8 @@ QR = QR.cleanNotifications() d.activeElement.blur() $.rmClass QR.nodes.el, 'dump' - for post in QR.posts.splice 0, QR.posts.length, new QR.post true + new QR.post true + for post in QR.posts.splice 0, QR.posts.length - 1 post.delete() QR.cooldown.auto = false QR.status()