Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikBuetler committed Sep 7, 2024
1 parent f3e4919 commit bff81b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views/job/detail.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ function updateAll() {
}
if (obj.response.logContainsMandatory == 0) {
document.getElementById('logMandatoryBanner').style.display = 'block';
} else {
document.getElementById('logMandatoryBanner').style.display = 'none';
}
});
}
Expand Down

0 comments on commit bff81b8

Please sign in to comment.