Fixed regression error in OS update page

This commit is contained in:
bergware
2017-07-28 00:23:56 +02:00
parent 550dd2b0fc
commit b0a452a59c
@@ -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) {