Open SzaboMate90 opened 8 years ago
Solution: jquery.treetable.js -> 403. row
Replace the following line:
node.row.insertAfter(destination.row); node.render();
to
if (!node.row.is(destination.row)) { node.row.insertAfter(destination.row); node.render(); }
Solution: jquery.treetable.js -> 403. row
Replace the following line:
node.row.insertAfter(destination.row); node.render();
to
if (!node.row.is(destination.row)) { node.row.insertAfter(destination.row); node.render(); }