[IMP] remove explicit jquery conversion/parsing during list rendering, wastes time for nothing as .append() can handle taking strings as input directly

bzr revid: xmo@openerp.com-20110621091529-rx1pah6y5j3gibdt
This commit is contained in:
Xavier Morel 2011-06-21 11:15:29 +02:00
parent 65828ae0a1
commit 6371d8f840
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@ openerp.base.ListView.List = Class.extend( /** @lends openerp.base.ListView.List
this.$current.remove();
}
this.$current = this.$_element.clone(true);
this.$current.empty().append($(QWeb.render('ListView.rows', this)));
this.$current.empty().append(QWeb.render('ListView.rows', this));
},
get_fields_view: function () {
// deep copy of view