1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-27 12:05:06 +02:00

offline: add workaround for stuck login screen when going back from offline mode

This commit is contained in:
Andrew Dolgov 2009-10-09 14:11:50 +04:00
parent aa15b0c21b
commit d99b086eb0

View 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";
}
}