Browse Source
[FIX] web_responsive: Menu Height on Init
* Add a call to the window resize method during init to fix OCA#773
pull/776/head
Dave Lasley
7 years ago
No known key found for this signature in database
GPG Key ID: 7DDBA4BA81B934CF
2 changed files with
2 additions and
1 deletions
-
web_responsive/__manifest__.py
-
web_responsive/static/src/js/web_responsive.js
|
@ -6,7 +6,7 @@ |
|
|
"name": "Web Responsive", |
|
|
"name": "Web Responsive", |
|
|
"summary": "It provides a mobile compliant interface for Odoo Community " |
|
|
"summary": "It provides a mobile compliant interface for Odoo Community " |
|
|
"web", |
|
|
"web", |
|
|
"version": "10.0.1.2.0", |
|
|
|
|
|
|
|
|
"version": "10.0.1.2.1", |
|
|
"category": "Website", |
|
|
"category": "Website", |
|
|
"website": "https://laslabs.com/", |
|
|
"website": "https://laslabs.com/", |
|
|
"author": "LasLabs, Tecnativa, Odoo Community Association (OCA)", |
|
|
"author": "LasLabs, Tecnativa, Odoo Community Association (OCA)", |
|
|
|
@ -85,6 +85,7 @@ odoo.define('web_responsive', function(require) { |
|
|
'-': this.LEFT, |
|
|
'-': this.LEFT, |
|
|
}; |
|
|
}; |
|
|
this.initDrawer(); |
|
|
this.initDrawer(); |
|
|
|
|
|
this.handleWindowResize(); |
|
|
var $clickZones = $('.odoo_webclient_container, ' + |
|
|
var $clickZones = $('.odoo_webclient_container, ' + |
|
|
'a.oe_menu_leaf, ' + |
|
|
'a.oe_menu_leaf, ' + |
|
|
'a.oe_menu_toggler, ' + |
|
|
'a.oe_menu_toggler, ' + |
|
|