Fixed logout url not correct

This commit is contained in:
Cheng-Han, Wu 2016-03-04 23:11:32 +08:00
parent 1c859248e0
commit 04eabff3c3

View file

@ -270,7 +270,7 @@ $(".ui-refresh-history").click(function () {
$(".ui-logout").click(function () {
clearLoginState();
location.href = '/logout';
location.href = serverurl + '/logout';
});
var filtertags = [];