3
0
Fork 0

Merge pull request #790 from LasLabs/bugfix/9.0/web_responsive-menu_height_init

[FIX] web_responsive: Menu Height on Init
9.0
Pedro M. Baeza 2017-11-06 02:33:59 +01:00 committed by GitHub
commit 874bd384db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"name": "Web Responsive",
"summary": "It provides a mobile compliant interface for Odoo Community "
"web",
"version": "9.0.2.0.0",
"version": "9.0.2.0.1",
"category": "Website",
"website": "https://laslabs.com/",
"author": "LasLabs, Tecnativa, Odoo Community Association (OCA)",

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, ' +