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

Remove redundant information in the message

This commit is contained in:
Allan Jardine 2011-12-14 10:57:34 +00:00
parent 57cc9f1b2c
commit 2bc7cd34c9
2 changed files with 2 additions and 4 deletions

View File

@ -578,8 +578,7 @@
{
_fnLog( oSettings, 1, "Unexpected number of TD elements. Expected "+
(nTrs.length * oSettings.aoColumns.length)+" and got "+nTds.length+". DataTables does "+
"not support rowspan / colspan in the table body, and there must be one cell for each "+
"row/column combination." );
"not support rowspan / colspan in the table body." );
}
/* Now process by column */

View File

@ -146,8 +146,7 @@ function _fnGatherData( oSettings )
{
_fnLog( oSettings, 1, "Unexpected number of TD elements. Expected "+
(nTrs.length * oSettings.aoColumns.length)+" and got "+nTds.length+". DataTables does "+
"not support rowspan / colspan in the table body, and there must be one cell for each "+
"row/column combination." );
"not support rowspan / colspan in the table body." );
}
/* Now process by column */