mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Remove setInterval(fetchUpdateResponse, 500)
This commit is contained in:
parent
61c05d93d8
commit
1e4fe3b002
@ -315,7 +315,6 @@ $('#js-sys-check-update').click(function() {
|
||||
|
||||
$('#performupdateModal').on('shown.bs.modal', function (e) {
|
||||
fetchUpdateResponse();
|
||||
setInterval(fetchUpdateResponse, 500);
|
||||
});
|
||||
|
||||
function fetchUpdateResponse() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user