Fixed: regression error in docker "check for updates"

This commit is contained in:
bergware
2018-09-05 17:58:56 +02:00
parent 4a9633941a
commit bdf874ba85
2 changed files with 22 additions and 1 deletions

View File

@@ -186,7 +186,7 @@ function resumeAll() {
function checkAll() {
$('input[type=button]').prop('disabled',true);
$('.updatecolumn').html('<span style="color:#267CA8"><i class="fa fa-refresh fa-spin"></i> checking...</span>');
loadlist();
$.post('/plugins/dynamix.docker.manager/include/DockerUpdate.php',{},function(){loadlist();});
}
function updateAll() {
$('input[type=button]').prop('disabled',true);