CC-2381: Songs library search speed performance

-removed javascript alert popup
This commit is contained in:
martin 2011-06-17 15:18:09 -04:00
parent 2e4519f156
commit fd1c202de9
1 changed files with 1 additions and 3 deletions

View File

@ -10,9 +10,7 @@ jQuery.fn.dataTableExt.oApi.fnSetFilteringDelay = function ( oSettings, iDelay )
var
_that = this,
iDelay = (typeof iDelay == 'undefined') ? 250 : iDelay;
alert("hi");
this.each( function ( i ) {
$.fn.dataTableExt.iApiIndex = i;
var