This commit is contained in:
Baris Usakli
2013-11-12 12:51:57 -05:00
parent fa9636a62a
commit 411ba3542c

View File

@@ -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);
}); });
} }