Close #607
This commit is contained in:
parent
6f94156cd8
commit
7646eaa186
@ -2514,7 +2514,7 @@
|
|||||||
}
|
}
|
||||||
if (g.REPLY && Conf['Thread Updater'] && Conf['Auto Update This']) {
|
if (g.REPLY && Conf['Thread Updater'] && Conf['Auto Update This']) {
|
||||||
Updater.unsuccessfulFetchCount = 0;
|
Updater.unsuccessfulFetchCount = 0;
|
||||||
Updater.update();
|
setTimeout(Updater.update, 1000);
|
||||||
}
|
}
|
||||||
QR.status();
|
QR.status();
|
||||||
return QR.resetFileInput();
|
return QR.resetFileInput();
|
||||||
|
|||||||
@ -1976,7 +1976,7 @@ QR =
|
|||||||
Unread.foresee.push postID
|
Unread.foresee.push postID
|
||||||
if g.REPLY and Conf['Thread Updater'] and Conf['Auto Update This']
|
if g.REPLY and Conf['Thread Updater'] and Conf['Auto Update This']
|
||||||
Updater.unsuccessfulFetchCount = 0
|
Updater.unsuccessfulFetchCount = 0
|
||||||
Updater.update()
|
setTimeout Updater.update, 1000
|
||||||
|
|
||||||
QR.status()
|
QR.status()
|
||||||
QR.resetFileInput()
|
QR.resetFileInput()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user