diff --git a/app/js/custom.js b/app/js/custom.js index d7f9eff1..884b7c02 100644 --- a/app/js/custom.js +++ b/app/js/custom.js @@ -315,7 +315,6 @@ $('#js-sys-check-update').click(function() { $('#performupdateModal').on('shown.bs.modal', function (e) { fetchUpdateResponse(); - setInterval(fetchUpdateResponse, 500); }); function fetchUpdateResponse() {