[IMP] invert sorting arrows

http://notes.ericjiang.com/posts/456

bzr revid: xmo@openerp.com-20120125150201-82vkms4pxyn2qbsu
This commit is contained in:
Xavier Morel 2012-01-25 16:02:01 +01:00
parent dbc74c8847
commit 7f1c184bb4
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ openerp.web.ListView = openerp.web.View.extend( /** @lends openerp.web.ListView#
$this.find('span').toggleClass(
'ui-icon-triangle-1-s ui-icon-triangle-1-n');
} else {
$this.append('<span class="ui-icon ui-icon-triangle-1-s">')
$this.append('<span class="ui-icon ui-icon-triangle-1-n">')
.siblings('.oe-sortable').find('span').remove();
}