07-03-2018, 01:00 AM
It's probably caused by this function:
$('#warlc-progressbox').hide().click(function(){
clearInterval(intervalId);
$(this).hide();
return false;
});
Or maybe not...
Also, how to stop the checking process?
$('#warlc-progressbox').hide().click(function(){
clearInterval(intervalId);
$(this).hide();
return false;
});
Or maybe not...
Also, how to stop the checking process?

