fix logout button on home page
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…
Reference in New Issue