Quoting while uploading should open a new post or the next one and start auto-dumping.
This commit is contained in:
parent
d748215932
commit
a5deb20196
@ -265,6 +265,11 @@ QR =
|
|||||||
text += ">#{s}\n"
|
text += ">#{s}\n"
|
||||||
|
|
||||||
QR.open()
|
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
|
{com, thread} = QR.nodes
|
||||||
thread.value = OP.ID unless com.value
|
thread.value = OP.ID unless com.value
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user