summaryrefslogtreecommitdiff
path: root/offline.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-10-09 14:30:21 +0400
committerAndrew Dolgov <[email protected]>2009-10-09 14:30:21 +0400
commitf4280bdd13e1a1ad54f6ddfafaccdc0e43aa756e (patch)
treef83bd3c1dc9944ec60cdb5bf6f5bf931d51f1243 /offline.js
parentd99b086eb02ae4e06354a89a7538b55659754d49 (diff)
feed browser: add local spinner
Diffstat (limited to 'offline.js')
-rw-r--r--offline.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/offline.js b/offline.js
index d37946da9..f62bd46b9 100644
--- a/offline.js
+++ b/offline.js
@@ -1222,7 +1222,7 @@ function gotoOnline() {
// if (confirm(__("You won't be able to access offline version of Tiny Tiny RSS until you switch it into offline mode again. Go online?"))) {
if (confirm(__("Tiny Tiny RSS will reload. Go online?"))) {
//localServer.removeManagedStore("tt-rss");
- window.location.href = "tt-rss.php?online";
+ window.location.href = "tt-rss.php?online=1";
}
}