1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 01:15:56 +00:00

rework gears offline/online interaction the way it probably should be done (also remove redirecting login system)

This commit is contained in:
Andrew Dolgov
2009-02-12 20:16:10 +03:00
parent b4dc02e207
commit 206d496762
5 changed files with 68 additions and 29 deletions

View File

@@ -1508,7 +1508,7 @@ function fatalError(code, msg, ext_info) {
if (!ext_info) ext_info = "N/A";
if (code == 6) {
window.location.href = "login.php";
window.location.href = "tt-rss.php";
} else if (code == 5) {
window.location.href = "update.php";
} else {