Skip to content

Commit 04eabff

Browse files
committed
Fixed logout url not correct
1 parent 1c85924 commit 04eabff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/js/cover.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ $(".ui-refresh-history").click(function () {
270270

271271
$(".ui-logout").click(function () {
272272
clearLoginState();
273-
location.href = '/logout';
273+
location.href = serverurl + '/logout';
274274
});
275275

276276
var filtertags = [];

0 commit comments

Comments
 (0)