Don't start re-uploading again when we want it to stop.
This has bothered me so much.
This commit is contained in:
parent
933a861998
commit
3ccc6bbe3f
@ -6319,7 +6319,10 @@
|
|||||||
QR.status();
|
QR.status();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
QR.abort();
|
if (QR.ajax) {
|
||||||
|
QR.abort();
|
||||||
|
return;
|
||||||
|
}
|
||||||
reply = QR.replies[0];
|
reply = QR.replies[0];
|
||||||
if (g.BOARD.ID === 'f' && g.VIEW === 'index') {
|
if (g.BOARD.ID === 'f' && g.VIEW === 'index') {
|
||||||
filetag = QR.threadSelector.value;
|
filetag = QR.threadSelector.value;
|
||||||
|
|||||||
@ -11,6 +11,7 @@ beta
|
|||||||
Can be auto-hidden.
|
Can be auto-hidden.
|
||||||
|
|
||||||
QR changes:
|
QR changes:
|
||||||
|
Clicking the submit button while uploading will abort the upload and won't start re-uploading automatically anymore.
|
||||||
Creating threads outside of the index is now possible.
|
Creating threads outside of the index is now possible.
|
||||||
Selection-to-quote also applies to selected text inside the post, not just inside the comment.
|
Selection-to-quote also applies to selected text inside the post, not just inside the comment.
|
||||||
Quoting the OP will not insert the >>opnumber anymore unless the QR was already opened.
|
Quoting the OP will not insert the >>opnumber anymore unless the QR was already opened.
|
||||||
|
|||||||
@ -626,7 +626,10 @@ QR =
|
|||||||
QR.cooldown.auto = !QR.cooldown.auto
|
QR.cooldown.auto = !QR.cooldown.auto
|
||||||
QR.status()
|
QR.status()
|
||||||
return
|
return
|
||||||
QR.abort()
|
|
||||||
|
if QR.ajax
|
||||||
|
QR.abort()
|
||||||
|
return
|
||||||
|
|
||||||
reply = QR.replies[0]
|
reply = QR.replies[0]
|
||||||
if g.BOARD.ID is 'f' and g.VIEW is 'index'
|
if g.BOARD.ID is 'f' and g.VIEW is 'index'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user