mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-20 18:54:15 +01:00
Move to the right place (src, not the generated file)
This commit is contained in:
parent
f29bd9ffbf
commit
5ac94e2512
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@ -5368,7 +5368,7 @@
|
|||||||
var nBody = oSettings.nTBody;
|
var nBody = oSettings.nTBody;
|
||||||
var i, iLen;
|
var i, iLen;
|
||||||
|
|
||||||
bRemove = (bRemove===undefined) ? false : bRemove;
|
bRemove = (bRemove===undefined) ? false : true;
|
||||||
|
|
||||||
/* Flag to note that the table is currently being destroyed - no action should be taken */
|
/* Flag to note that the table is currently being destroyed - no action should be taken */
|
||||||
oSettings.bDestroying = true;
|
oSettings.bDestroying = true;
|
||||||
|
@ -474,7 +474,7 @@ this.fnDestroy = function ( bRemove )
|
|||||||
var nBody = oSettings.nTBody;
|
var nBody = oSettings.nTBody;
|
||||||
var i, iLen;
|
var i, iLen;
|
||||||
|
|
||||||
bRemove = (bRemove===undefined) ? false : true;
|
bRemove = (bRemove===undefined) ? false : bRemove;
|
||||||
|
|
||||||
/* Flag to note that the table is currently being destroyed - no action should be taken */
|
/* Flag to note that the table is currently being destroyed - no action should be taken */
|
||||||
oSettings.bDestroying = true;
|
oSettings.bDestroying = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user