]> git.wh0rd.org - tt-rss.git/commitdiff
offline: add workaround for stuck login screen when going back from offline mode
authorAndrew Dolgov <fox@bah.org.ru>
Fri, 9 Oct 2009 10:11:50 +0000 (14:11 +0400)
committerAndrew Dolgov <fox@bah.org.ru>
Fri, 9 Oct 2009 10:11:50 +0000 (14:11 +0400)
offline.js

index 010bbe05e2b94e00425face108b46890e497bb79..d37946da9f34173ea0b339cd369a7401a288f847 100644 (file)
@@ -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";
        }
 }