From a5deb2019675a3c3861298a5f8a4548bdc746283 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Mon, 15 Apr 2013 20:22:26 +0200 Subject: [PATCH] Quoting while uploading should open a new post or the next one and start auto-dumping. --- src/qr.coffee | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/qr.coffee b/src/qr.coffee index c1aa9bbfa..feb3edc9d 100644 --- a/src/qr.coffee +++ b/src/qr.coffee @@ -265,6 +265,11 @@ QR = text += ">#{s}\n" QR.open() + if QR.selected.isLocked + index = QR.posts.indexOf QR.selected + (QR.posts[index+1] or new QR.post()).select() + $.addClass QR.nodes.el, 'dump' + QR.cooldown.auto = true {com, thread} = QR.nodes thread.value = OP.ID unless com.value