fix logout button on home page

pull/1/head
ansuz 8 years ago
parent f09ae9b19c
commit bf414c15ee

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

Loading…
Cancel
Save