From: Andrew Dolgov Date: Fri, 9 Oct 2009 10:11:50 +0000 (+0400) Subject: offline: add workaround for stuck login screen when going back from offline mode X-Git-Tag: 1.3.4~11 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d99b086eb02ae4e06354a89a7538b55659754d49;p=tt-rss.git offline: add workaround for stuck login screen when going back from offline mode --- diff --git a/offline.js b/offline.js index 010bbe05..d37946da 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"; } }