Bootstrap 4.5.3 and dependencies update

This commit is contained in:
David Miller
2020-11-03 14:53:16 -05:00
parent e9f9c18142
commit be598357d6
1726 changed files with 34617 additions and 34165 deletions

View File

@@ -83,7 +83,7 @@ DataTable.ext.renderer.pageButton.bootstrap = function ( settings, host, idx, bu
for ( i=0, ien=buttons.length ; i<ien ; i++ ) {
button = buttons[i];
if ( $.isArray( button ) ) {
if ( Array.isArray( button ) ) {
attach( container, button );
}
else {