[FIX] chrome.js: removed a do_hide_more that was left wshen merging trunk.

bzr revid: tde@openerp.com-20120621082954-5nkypmhlkkthlp45
This commit is contained in:
Thibault Delavallée 2012-06-21 10:29:54 +02:00
parent cefce78cb6
commit c6f4efa99e
1 changed files with 0 additions and 1 deletions

View File

@ -669,7 +669,6 @@ instance.web.Menu = instance.web.Widget.extend({
menu_click: function(id, needaction) {
if (!id) { return; }
this.do_hide_more();
// find back the menuitem in dom to get the action
var $item = this.$element.find('a[data-menu=' + id + ']');
if (!$item.length) {