[IMP] 10.0 web_fullscreen: support for enterprise

This commit is contained in:
KKamaa
2019-04-29 17:33:29 +03:00
committed by Dennis Sluijk
parent 724e0d6cba
commit 39f06bce3a

View File

@@ -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();
});
},
});