fix logout button on home page

pull/1/head
ansuz 2017-07-03 12:26:08 +02:00
parent f09ae9b19c
commit bf414c15ee
1 changed files with 4 additions and 0 deletions

View File

@ -171,6 +171,10 @@ define([
$('button.gotodrive').click(function () {
document.location.href = '/drive/';
});
$('button#loggedInLogout').click(function () {
$('#user-menu .logout').click();
});
};
displayCreateButtons();