mirror of
https://github.com/DataTables/DataTables.git
synced 2024-12-04 16:24:11 +01:00
Make warning message smaller - too much payload for something that is virtual never seen
This commit is contained in:
parent
478d7f4de6
commit
e8fb40640e
7
media/js/jquery.dataTables.js
vendored
7
media/js/jquery.dataTables.js
vendored
@ -6004,11 +6004,8 @@
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
_fnLog( DataTable.settings[i], 0, "Cannot reinitialise DataTable.\n\n"+
|
_fnLog( DataTable.settings[i], 0, "Cannot reinitialise DataTable.\n\n"+
|
||||||
"To retrieve the DataTables object for this table, please pass either no arguments "+
|
"To retrieve the DataTables object for this table, pass no arguments or see "+
|
||||||
"to the dataTable() function, or set bRetrieve to true. Alternatively, to destroy "+
|
"the docs for bRetrieve and bDestroy" );
|
||||||
"the old table and create a new one, set bDestroy to true (note that a lot of "+
|
|
||||||
"changes to the configuration can be made through the API which is usually much "+
|
|
||||||
"faster)." );
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -31,11 +31,8 @@ for ( i=0, iLen=DataTable.settings.length ; i<iLen ; i++ )
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
_fnLog( DataTable.settings[i], 0, "Cannot reinitialise DataTable.\n\n"+
|
_fnLog( DataTable.settings[i], 0, "Cannot reinitialise DataTable.\n\n"+
|
||||||
"To retrieve the DataTables object for this table, please pass either no arguments "+
|
"To retrieve the DataTables object for this table, pass no arguments or see "+
|
||||||
"to the dataTable() function, or set bRetrieve to true. Alternatively, to destroy "+
|
"the docs for bRetrieve and bDestroy" );
|
||||||
"the old table and create a new one, set bDestroy to true (note that a lot of "+
|
|
||||||
"changes to the configuration can be made through the API which is usually much "+
|
|
||||||
"faster)." );
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user