From f4280bdd13e1a1ad54f6ddfafaccdc0e43aa756e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 9 Oct 2009 14:30:21 +0400 Subject: feed browser: add local spinner --- offline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offline.js') 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"; } } -- cgit v1.2.3