From 04eabff3c39ac75ef69d21257dd9f7e35cf8c572 Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Fri, 4 Mar 2016 23:11:32 +0800 Subject: Fixed logout url not correct --- public/js/cover.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/js/cover.js') diff --git a/public/js/cover.js b/public/js/cover.js index 9bca3a1e..15e87af1 100644 --- a/public/js/cover.js +++ b/public/js/cover.js @@ -270,7 +270,7 @@ $(".ui-refresh-history").click(function () { $(".ui-logout").click(function () { clearLoginState(); - location.href = '/logout'; + location.href = serverurl + '/logout'; }); var filtertags = []; -- cgit v1.2.3