mirror of
https://github.com/unraid/webgui.git
synced 2026-05-03 00:09:27 -05:00
Plugin system update
Extend delay for slower systems when receiving nchan messages
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user