diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-02-21 15:12:42 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-03-04 14:12:29 +0100 |
commit | 15a3caedc09c33b8c3037153a4316076715ffb76 (patch) | |
tree | e2fc99abb78378bfb98a839cbc34d628afba71c9 /core/js/contactsmenu.js | |
parent | 67699f95060a12d01b07cc976e0cb3db883e68b7 (diff) | |
download | nextcloud-server-15a3caedc09c33b8c3037153a4316076715ffb76.tar.gz nextcloud-server-15a3caedc09c33b8c3037153a4316076715ffb76.zip |
Create special option to toggle header menu container
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/js/contactsmenu.js')
-rw-r--r-- | core/js/contactsmenu.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/contactsmenu.js b/core/js/contactsmenu.js index 9e7ec552830..b0f302e1599 100644 --- a/core/js/contactsmenu.js +++ b/core/js/contactsmenu.js @@ -464,7 +464,7 @@ OC.registerMenu(this._$trigger, this.$el, function() { this._toggleVisibility(true); - }.bind(this)); + }.bind(this), true); this.$el.on('beforeHide', function() { this._toggleVisibility(false); }.bind(this)); |