v1.18.x
Baris Usakli 11 years ago
parent aa1451cfbc
commit 48a7f9058f

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

Loading…
Cancel
Save