This commit is contained in:
Baris Usakli
2013-11-26 15:28:45 -05:00
parent aa1451cfbc
commit 48a7f9058f

View File

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