From b6104dee39262371c75cd617adaeca7a89456a4a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 26 Feb 2006 07:55:34 +0100 Subject: fix Opera caching bug --- tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index 2a7566a5f..3e5ad3a15 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -185,7 +185,7 @@ function scheduleFeedUpdate(force) { var omode; - if (firsttime_update) { + if (firsttime_update && !navigator.userAgent.match("Opera")) { firsttime_update = false; omode = "T"; } else { -- cgit v1.2.3