[REM] weird al stuff nobody understands

again

bzr revid: xmo@openerp.com-20121003103544-wjhkyjjcasu5n6i6
This commit is contained in:
Xavier Morel 2012-10-03 12:35:44 +02:00
parent a83724caae
commit 96e26073e5
1 changed files with 0 additions and 9 deletions

View File

@ -1137,15 +1137,6 @@ instance.web.WebClient = instance.web.Client.extend({
});
});
},
do_action: function(action) {
var self = this;
// TODO replace by client action menuclick
if(action.menu_id) {
this.do_reload().then(function () {
self.menu.menu_click(action.menu_id);
});
}
},
set_content_full_screen: function(fullscreen) {
if (fullscreen) {
$(".oe_webclient", this.$el).addClass("oe_content_full_screen");