summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-01 13:09:05 +0100
committerAndrew Dolgov <[email protected]>2007-03-01 13:09:05 +0100
commitd620cfe70afc35bae4f8c2d92798448812701554 (patch)
tree37e11268a3d5589d30f32cf332c8922d5be9f69c /functions.js
parent64f6db9051ea25293077e0ebcb61f90ec7eb72e9 (diff)
login system fixes
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 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);
}