mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 16:35:47 +01:00
closes #493
This commit is contained in:
@@ -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 = RELATIVE_PATH + '/';
|
window.location.reload(false);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user