]> git.wh0rd.org - tt-rss.git/blobdiff - functions.js
fix logout redirect
[tt-rss.git] / functions.js
index e83952357f7aa10014269599dc55aa39f0d44ba9..896b6029b280a6972d466c4a8b7eb2e32f74f0c9 100644 (file)
@@ -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 {