Close #366
This commit is contained in:
parent
c9f67a04f5
commit
101d1fe9ee
@ -1820,6 +1820,9 @@
|
|||||||
if (Conf['Thread Watcher'] && Conf['Auto Watch Reply'] && threadID !== 'new') {
|
if (Conf['Thread Watcher'] && Conf['Auto Watch Reply'] && threadID !== 'new') {
|
||||||
Watcher.watch(threadID);
|
Watcher.watch(threadID);
|
||||||
}
|
}
|
||||||
|
if (!QR.cooldown.auto && $.x('ancestor::div[@id="qr"]', d.activeElement)) {
|
||||||
|
d.activeElement.blur();
|
||||||
|
}
|
||||||
QR.status({
|
QR.status({
|
||||||
progress: '...'
|
progress: '...'
|
||||||
});
|
});
|
||||||
|
|||||||
@ -1520,6 +1520,9 @@ QR =
|
|||||||
QR.hide()
|
QR.hide()
|
||||||
if Conf['Thread Watcher'] and Conf['Auto Watch Reply'] and threadID isnt 'new'
|
if Conf['Thread Watcher'] and Conf['Auto Watch Reply'] and threadID isnt 'new'
|
||||||
Watcher.watch threadID
|
Watcher.watch threadID
|
||||||
|
if not QR.cooldown.auto and $.x 'ancestor::div[@id="qr"]', d.activeElement
|
||||||
|
# Unfocus the focused element if it is one within the QR and we're not auto-posting.
|
||||||
|
d.activeElement.blur()
|
||||||
|
|
||||||
# Starting to upload might take some time.
|
# Starting to upload might take some time.
|
||||||
# Provide some feedback that we're starting to submit.
|
# Provide some feedback that we're starting to submit.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user