diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js index 64d0e2a8..9caa263d 100644 --- a/media/js/jquery.dataTables.js +++ b/media/js/jquery.dataTables.js @@ -8657,13 +8657,6 @@ */ aoFooter: [], - /* - * Variable: iNextId - * Purpose: Store the next unique id to be used for a new row - * Scope: jQuery.dataTable.classSettings - */ - iNextId: 0, - /* * Variable: asDataSearch * Purpose: Search data array for regular expression searching diff --git a/media/src/model/model.settings.js b/media/src/model/model.settings.js index 844197c2..9c4d7b58 100644 --- a/media/src/model/model.settings.js +++ b/media/src/model/model.settings.js @@ -140,13 +140,6 @@ DataTable.models.oSettings = { */ aoFooter: [], - /* - * Variable: iNextId - * Purpose: Store the next unique id to be used for a new row - * Scope: jQuery.dataTable.classSettings - */ - iNextId: 0, - /* * Variable: asDataSearch * Purpose: Search data array for regular expression searching