summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-12 20:16:10 +0300
committerAndrew Dolgov <[email protected]>2009-02-12 20:16:10 +0300
commit206d49676228fa2a1b74ab4116038c4d59370980 (patch)
tree6626abd3d8f546726f2190385429cd9aabb6750a /functions.js
parentb4dc02e2071f9cc8d1d49fa366861d603e1ce4a0 (diff)
rework gears offline/online interaction the way it probably should be done (also remove redirecting login system)
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.js b/functions.js
index 24230f57e..6c14d278a 100644
--- a/functions.js
+++ b/functions.js
@@ -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 {