summaryrefslogtreecommitdiff
path: root/offline.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-10-09 14:11:50 +0400
committerAndrew Dolgov <[email protected]>2009-10-09 14:11:50 +0400
commitd99b086eb02ae4e06354a89a7538b55659754d49 (patch)
treefef80d6a47c20bc33b7628d3981ed27e48d78206 /offline.js
parentaa15b0c21b171e54c6a85480d9362dd131088ee7 (diff)
offline: add workaround for stuck login screen when going back from offline mode
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 010bbe05e..d37946da9 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";
+ window.location.href = "tt-rss.php?online";
}
}