1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 15:15:56 +00:00

fix Opera caching bug

This commit is contained in:
Andrew Dolgov
2006-02-26 07:55:34 +01:00
parent bc8a951242
commit b6104dee39
2 changed files with 7 additions and 3 deletions

View File

@@ -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 {