v1.18.x
Baris Usakli 11 years ago
parent fa9636a62a
commit 411ba3542c

@ -136,7 +136,7 @@ var socket,
$.post(RELATIVE_PATH + '/logout', {
_csrf: $('#csrf_token').val()
}, function() {
window.location = RELATIVE_PATH + '/';
window.location.reload(false);
});
}

Loading…
Cancel
Save