Merge pull request #106 from pschiffe/fix-ie11

Fixed problem with BulkEditingTools and Tabs in IE
This commit is contained in:
Thierry François 2015-09-01 12:29:40 +03:00
commit 4513f63ed3

View File

@ -14,7 +14,6 @@
targets = ['.filter-header', '.sortable-header'],
$target = $parent.find(targets.join(',')),
$component = this.clone(),
index = $tr.index(this),
newIndex = $tr.length - 1
;
@ -29,8 +28,7 @@
if ( index > newIndex )
{
$component.insertBefore($tr.eq(newIndex));
this.remove();
$tr.eq(newIndex).insertAfter($(this));
}
},
onunmatch: function(){}