Clear processing label + remove table content

This commit is contained in:
DL6ER
2017-01-06 18:15:08 +01:00
parent ea71b64e2c
commit 3c761b4b50

View File

@@ -76,16 +76,11 @@ function handleAjaxError( xhr, textStatus, error ) {
else {
alert( "An error occured while loading the data. Presumably your log is too large to be processed." );
}
tableApi.fnProcessingIndicator( false );
$("#all-queries_processing").hide();
tableApi.clear()
tableApi.draw();
}
jQuery.fn.dataTableExt.oApi.fnProcessingIndicator = function ( oSettings, onoff ) {
if ( typeof( onoff ) == "undefined" ) {
onoff = true;
}
this.oApi._fnProcessingDisplay( oSettings, onoff );
};
$(document).ready(function() {
// Do we want to filter queries?