From 7646eaa1861c688549658586344618c19b01ecc8 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Tue, 10 Jul 2012 23:44:20 +0200 Subject: [PATCH] Close #607 --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 657be1609..d0839b048 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -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(); diff --git a/script.coffee b/script.coffee index 86cfec842..a124d09f6 100644 --- a/script.coffee +++ b/script.coffee @@ -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()