summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-11 23:40:01 +0300
committerAndrew Dolgov <[email protected]>2009-02-11 23:40:01 +0300
commit45468967c5ac759b0c7bf8080f501aa7401138c4 (patch)
treeabe409480c09bf85411e9d840e1ecde785419133 /functions.js
parent918e2375d61a986f53023ea11083ac2e9d0120cd (diff)
fix logout redirect
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 e83952357..896b6029b 100644
--- a/functions.js
+++ b/functions.js
@@ -1503,7 +1503,7 @@ function fatalError(code, msg, ext_info) {
if (!ext_info) ext_info = "N/A";
if (code == 6) {
- window.location.href = "tt-rss.php";
+ window.location.href = "tt-rss.php?login";
} else if (code == 5) {
window.location.href = "update.php";
} else {