diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js index 4173e2be..8accb883 100644 --- a/media/js/jquery.dataTables.js +++ b/media/js/jquery.dataTables.js @@ -2646,7 +2646,7 @@ /* Create the object for storing information about this new row */ var iRow = oSettings.aoData.length; var oData = { - "nTr": null,//xxx document.createElement('tr'), + "nTr": null, "_iId": oSettings.iNextId++, "_aData": aDataIn, "_anHidden": [],