mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] 10.0 web_fullscreen: support for enterprise
This commit is contained in:
@@ -9,6 +9,7 @@ odoo.define('web.fullscreen', function (require) {
|
||||
this.$el.on('click', '.o_cp_fullscreen', function () {
|
||||
$("#oe_main_menu_navbar").toggle();
|
||||
$(".o_sub_menu").toggle();
|
||||
$(".o_main_navbar").toggle();
|
||||
});
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user