CC-2381: Songs library search speed performance
-removed javascript alert popup
This commit is contained in:
parent
2e4519f156
commit
fd1c202de9
|
@ -11,8 +11,6 @@ jQuery.fn.dataTableExt.oApi.fnSetFilteringDelay = function ( oSettings, iDelay )
|
||||||
_that = this,
|
_that = this,
|
||||||
iDelay = (typeof iDelay == 'undefined') ? 250 : iDelay;
|
iDelay = (typeof iDelay == 'undefined') ? 250 : iDelay;
|
||||||
|
|
||||||
alert("hi");
|
|
||||||
|
|
||||||
this.each( function ( i ) {
|
this.each( function ( i ) {
|
||||||
$.fn.dataTableExt.iApiIndex = i;
|
$.fn.dataTableExt.iApiIndex = i;
|
||||||
var
|
var
|
||||||
|
|
Loading…
Reference in New Issue