diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-02-26 07:55:34 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-02-26 07:55:34 +0100 |
| commit | b6104dee39262371c75cd617adaeca7a89456a4a (patch) | |
| tree | 9739d1a8f5a097054511619841f8fc2c4c64fd98 /tt-rss.js | |
| parent | bc8a951242d82c41f86c0b6268f511b8f8be0eb1 (diff) | |
fix Opera caching bug
Diffstat (limited to 'tt-rss.js')
| -rw-r--r-- | tt-rss.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |