run build after dependecy update

This commit is contained in:
David Miller
2020-06-19 14:36:15 -04:00
parent d65df79aae
commit e068c5ec5e
170 changed files with 5189 additions and 2782 deletions

View File

@@ -175,7 +175,7 @@ DataTable.ext.renderer.pageButton.bootstrap = function ( settings, host, idx, bu
);
if ( activeEl !== undefined ) {
$(host).find( '[data-dt-idx='+activeEl+']' ).focus();
$(host).find( '[data-dt-idx='+activeEl+']' ).trigger('focus');
}
};