[FIX] pad: hide navbar when passing in fullscreen mode

This commit is contained in:
Christophe Simonis 2014-10-31 17:38:11 +01:00
parent 7ad4af89fe
commit 70b49a7608
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ openerp.pad = function(instance) {
self.$el.toggleClass('oe_pad_fullscreen');
self.$el.find('.oe_pad_switch').toggleClass('fa-expand fa-compress');
self.view.$el.find('.oe_chatter').toggle();
$('#oe_main_menu_navbar').toggle();
});
this._configured_deferred.always(function() {
var configured = self.get('configured');