1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-19 17:54:14 +01:00

Dev fix: Commited debug statements by mistake...

This commit is contained in:
Allan Jardine 2011-04-12 21:08:13 +01:00
parent b2d528d0d8
commit 2d253df1e5

View File

@ -5371,7 +5371,6 @@
/* Apply custom sizing to the cloned header */
var nThs = _fnGetUniqueThs( oSettings, nTheadClone );
iCorrector = 0;
console.log( nThs );
for ( i=0 ; i<iColums ; i++ )
{
var oColumn = oSettings.aoColumns[i];
@ -5381,7 +5380,6 @@
}
else if ( oColumn.bVisible )
{
console.log( i, iCorrector );
nThs[i-iCorrector].style.width = "";
}
else