mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_responsive: Menu Height on Init
* Add a call to the window resize method during init to fix OCA#773
This commit is contained in:
@@ -86,6 +86,7 @@ odoo.define('web_responsive', function(require) {
|
||||
'-': this.LEFT
|
||||
};
|
||||
this.initDrawer();
|
||||
this.handleWindowResize();
|
||||
var $clickZones = $('.odoo_webclient_container, ' +
|
||||
'a.oe_menu_leaf, ' +
|
||||
'a.oe_menu_toggler, ' +
|
||||
|
||||
Reference in New Issue
Block a user