summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-26 07:55:34 +0100
committerAndrew Dolgov <[email protected]>2006-02-26 07:55:34 +0100
commitb6104dee39262371c75cd617adaeca7a89456a4a (patch)
tree9739d1a8f5a097054511619841f8fc2c4c64fd98 /tt-rss.js
parentbc8a951242d82c41f86c0b6268f511b8f8be0eb1 (diff)
fix Opera caching bug
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
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 {