From 23e508d7c046c8150654fe30b6a634088056824c Mon Sep 17 00:00:00 2001 From: Jordan Bates Date: Fri, 10 May 2013 17:00:43 -0700 Subject: [PATCH] Close dump list when everythings posted, @zixaphir --- src/Posting/QuickReply.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Posting/QuickReply.coffee b/src/Posting/QuickReply.coffee index 878fa0718..b627ce6c1 100644 --- a/src/Posting/QuickReply.coffee +++ b/src/Posting/QuickReply.coffee @@ -542,6 +542,7 @@ QR = index = QR.posts.indexOf @ if QR.posts.length is 1 new QR.post true + $.rmClass QR.nodes.el, 'dump' else if @ is QR.selected (QR.posts[index-1] or QR.posts[index+1]).select() QR.posts.splice index, 1