From: Andrew Dolgov Date: Wed, 11 Feb 2009 20:40:01 +0000 (+0300) Subject: fix logout redirect X-Git-Tag: 1.3.1~34 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=45468967c5ac759b0c7bf8080f501aa7401138c4;p=tt-rss.git fix logout redirect --- diff --git a/functions.js b/functions.js index e8395235..896b6029 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 {