Plugin system update

Extend delay for slower systems when receiving nchan messages
This commit is contained in:
bergware
2022-07-11 22:14:30 +02:00
parent 7ba0d4bbd6
commit 8f8c75dc67
13 changed files with 12 additions and 13 deletions
@@ -257,7 +257,6 @@ function bannerAlert(text,cmd,plg,func) {
if (plg != null) setTimeout((func||'loadlist')+'("'+plg+'")',250);
} else {
$(".upgrade_notice").removeClass('alert').addClass('done');
$("i.fa-bomb").hide();
timers.bannerAlert = null;
setTimeout(function(){bannerAlert(text,cmd,plg,func);},1000);
}