Ticket #9075: 9075.patch
File 9075.patch, 431 bytes (added by , 11 years ago) |
---|
-
_source/plugins/tabletools/plugin.js
693 693 694 694 // The destination row is empty, append at will. 695 695 if ( !candidateCell ) 696 newCellTr.append( newCell , true);696 newCellTr.append( newCell ); 697 697 } 698 698 else 699 699 {