mirror of
https://github.com/unraid/webgui.git
synced 2026-04-24 11:19:25 -05:00
Fixed regression error in OS update page
This commit is contained in:
@@ -21,6 +21,10 @@ $audit = $notify['unraidos'] ? 1 : 0;
|
||||
<script>
|
||||
var original = null;
|
||||
|
||||
function noAudit() {
|
||||
hideUpgrade();
|
||||
$.cookie('noAudit','true',{path:'/'});
|
||||
}
|
||||
function update_table(branch) {
|
||||
$('#os_list').html("<?=$empty?>");
|
||||
if (original) {
|
||||
|
||||
Reference in New Issue
Block a user