mirror of
https://github.com/unraid/webgui.git
synced 2026-05-03 16:29:45 -05:00
Remove debugging
This commit is contained in:
@@ -286,7 +286,6 @@ function showUpgrade(data,noDismiss=false) {
|
||||
|
||||
function addRebootNotice(message="You must reboot for changes to take effect") {
|
||||
addBannerWarning("<i class='fa fa-warning' style='float:initial;'></i> "+message,false,true);
|
||||
|
||||
$.post("/plugins/dynamix.plugin.manager/scripts/PluginAPI.php",{action:'addRebootNotice',message:message});
|
||||
}
|
||||
|
||||
@@ -295,7 +294,6 @@ function removeRebootNotice(message="You must reboot for changes to take effect"
|
||||
if ( bannerIndex < 0 ) {
|
||||
return;
|
||||
}
|
||||
console.log(bannerIndex);
|
||||
removeBannerWarning(bannerIndex);
|
||||
$.post("/plugins/dynamix.plugin.manager/scripts/PluginAPI.php",{action:'removeRebootNotice',message:message});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user