[FIX] typo

bzr revid: al@openerp.com-20111216144312-akodk5ba505ot8ba
This commit is contained in:
Antony Lesuisse 2011-12-16 15:43:12 +01:00
parent 2bab49cd86
commit e9d0686f99
1 changed files with 1 additions and 1 deletions

View File

@ -1031,7 +1031,7 @@ openerp.web.WebClient = openerp.web.Widget.extend(/** @lends openerp.web.WebClie
self.menu.do_reload();
if(self.action_manager)
self.action_manager.stop();
self.action_manager = new openerp.web.ActionManager(this);
self.action_manager = new openerp.web.ActionManager(self);
self.action_manager.appendTo($("#oe_app"));
self.bind_hashchange();
});