From d99b086eb02ae4e06354a89a7538b55659754d49 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 9 Oct 2009 14:11:50 +0400 Subject: [PATCH] offline: add workaround for stuck login screen when going back from offline mode --- offline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } }