[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:
Dave Lasley
2017-10-23 08:09:25 -07:00
parent 4804908348
commit 1dc4aa2884
2 changed files with 2 additions and 1 deletions

View File

@@ -85,6 +85,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, ' +