Fixed logout

This commit is contained in:
Tobias Reich 2015-01-10 18:42:52 +01:00
parent 7a500fb954
commit f155e9c695

View File

@ -167,7 +167,9 @@ lychee.loginDialog = function() {
lychee.logout = function() {
lychee.api('logout', window.location.reload);
lychee.api('logout', function() {
window.location.reload();
});
}