fix logout button on home page

This commit is contained in:
ansuz 2017-07-03 12:26:08 +02:00
parent f09ae9b19c
commit bf414c15ee

View File

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