show jack status

This commit is contained in:
Christian Herzog
2020-01-11 17:26:29 +01:00
parent 0e368c4185
commit 886676df88
3 changed files with 17 additions and 0 deletions

View File

@@ -724,6 +724,12 @@ function checkStatus(){
layer.setAttribute("display","inline");
}
}
if (data.hasOwnProperty('Jack')) {
var jack = data['Jack'];
if (jack == '1') {
o_jack.setAttribute("display","inline");
}
}
blockAjax = false;
})
.fail(function(xhr, ajaxOptions, thrownError) {