This commit is contained in:
Nicolas Stepien 2012-07-10 23:44:20 +02:00
parent 6f94156cd8
commit 7646eaa186
2 changed files with 2 additions and 2 deletions

View File

@ -2514,7 +2514,7 @@
}
if (g.REPLY && Conf['Thread Updater'] && Conf['Auto Update This']) {
Updater.unsuccessfulFetchCount = 0;
Updater.update();
setTimeout(Updater.update, 1000);
}
QR.status();
return QR.resetFileInput();

View File

@ -1976,7 +1976,7 @@ QR =
Unread.foresee.push postID
if g.REPLY and Conf['Thread Updater'] and Conf['Auto Update This']
Updater.unsuccessfulFetchCount = 0
Updater.update()
setTimeout Updater.update, 1000
QR.status()
QR.resetFileInput()