From d620cfe70afc35bae4f8c2d92798448812701554 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 1 Mar 2007 13:09:05 +0100 Subject: login system fixes --- functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.js') diff --git a/functions.js b/functions.js index f4c8ee1c1..35b1e1319 100644 --- a/functions.js +++ b/functions.js @@ -56,7 +56,7 @@ function logout_callback() { var container = document.getElementById('notify'); if (xmlhttp.readyState == 4) { try { - window.location.reload(true); + window.location.href = "tt-rss.php"; } catch (e) { exception_error("logout_callback", e); } -- cgit v1.2.3-54-g00ecf