Fixed logout url not correct
This commit is contained in:
parent
1c859248e0
commit
04eabff3c3
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ $(".ui-refresh-history").click(function () {
|
||||||
|
|
||||||
$(".ui-logout").click(function () {
|
$(".ui-logout").click(function () {
|
||||||
clearLoginState();
|
clearLoginState();
|
||||||
location.href = '/logout';
|
location.href = serverurl + '/logout';
|
||||||
});
|
});
|
||||||
|
|
||||||
var filtertags = [];
|
var filtertags = [];
|
||||||
|
|
Loading…
Reference in a new issue