mirror of
https://github.com/DataTables/DataTables.git
synced 2024-12-02 14: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
|
||||
{
|
||||
_fnLog( DataTable.settings[i], 0, "Cannot reinitialise DataTable.\n\n"+
|
||||
"To retrieve the DataTables object for this table, please pass either no arguments "+
|
||||
"to the dataTable() function, or set bRetrieve to true. Alternatively, to destroy "+
|
||||
"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)." );
|
||||
"To retrieve the DataTables object for this table, pass no arguments or see "+
|
||||
"the docs for bRetrieve and bDestroy" );
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
@ -31,11 +31,8 @@ for ( i=0, iLen=DataTable.settings.length ; i<iLen ; i++ )
|
||||
else
|
||||
{
|
||||
_fnLog( DataTable.settings[i], 0, "Cannot reinitialise DataTable.\n\n"+
|
||||
"To retrieve the DataTables object for this table, please pass either no arguments "+
|
||||
"to the dataTable() function, or set bRetrieve to true. Alternatively, to destroy "+
|
||||
"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)." );
|
||||
"To retrieve the DataTables object for this table, pass no arguments or see "+
|
||||
"the docs for bRetrieve and bDestroy" );
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user