mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
Remove setInterval(fetchUpdateResponse, 500)
This commit is contained in:
parent
61c05d93d8
commit
1e4fe3b002
1 changed files with 0 additions and 1 deletions
|
@ -315,7 +315,6 @@ $('#js-sys-check-update').click(function() {
|
|||
|
||||
$('#performupdateModal').on('shown.bs.modal', function (e) {
|
||||
fetchUpdateResponse();
|
||||
setInterval(fetchUpdateResponse, 500);
|
||||
});
|
||||
|
||||
function fetchUpdateResponse() {
|
||||
|
|
Loading…
Reference in a new issue