Issue #2499605 by davidum, hchonov: tabledrag is adding tabledrag-handle twice for nested tables

8.0.x
Alex Pott 2015-06-09 00:21:08 +01:00
parent ec03242ba3
commit 962d0c37f2
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@
self.indentCount = Math.max($item.find('.js-indentation').length, self.indentCount);
}
else {
$item.find('td:first-of-type').prepend(handle);
$item.find('td').eq(0).prepend(handle);
}
if (Modernizr.touch) {