fix logout button on home page
This commit is contained in:
parent
f09ae9b19c
commit
bf414c15ee
@ -171,6 +171,10 @@ define([
|
|||||||
$('button.gotodrive').click(function () {
|
$('button.gotodrive').click(function () {
|
||||||
document.location.href = '/drive/';
|
document.location.href = '/drive/';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$('button#loggedInLogout').click(function () {
|
||||||
|
$('#user-menu .logout').click();
|
||||||
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
displayCreateButtons();
|
displayCreateButtons();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user