// cleaning code
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10011 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ function initTableDnD(table)
|
||||
$(table).tableDnD({
|
||||
onDragStart: function(table, row) {
|
||||
originalOrder = $.tableDnD.serialize();
|
||||
reOrder = ':even';console.log(table.tBodies[0].rows[1]);
|
||||
reOrder = ':even';
|
||||
if (table.tBodies[0].rows[1] && $('#' + table.tBodies[0].rows[1].id).hasClass('alt_row'))
|
||||
reOrder = ':odd';
|
||||
$('#'+table.id+ '#' + row.id).parent('tr').addClass('myDragClass');
|
||||
|
||||
Reference in New Issue
Block a user