[imp] removed useless class

bzr revid: nicolas.vanhoren@openerp.com-20120221101522-c9hkpg381cz6j5l4
This commit is contained in:
niv-openerp 2012-02-21 11:15:22 +01:00
parent 383f1750c5
commit 4f09c66c3b
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ openerp.web.list_editable = function (openerp) {
var $new_row = $('<tr>', {
id: _.uniqueId('oe-editable-row-'),
'data-id': record_id,
'class': row ? $(row).attr('class') : '' + ' oe_forms oe_form_header',
'class': row ? $(row).attr('class') : '' + ' oe_forms',
click: function (e) {e.stopPropagation();}
})
.delegate('button.oe-edit-row-save', 'click', function () {