Update media/com_patchtester/js/fetcher.js

Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>
This commit is contained in:
Dimitris Grammatikogiannis 2023-08-27 17:04:02 +03:00 committed by GitHub
parent 192e86da9b
commit 8a6c8d3016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class PatchFetcher {
// Send another request
this.request('fetch');
} else {
document.getElementById('rogress').remove();
document.getElementById('progress').remove();
document.getElementById('modal-sync button.btn-close', window.parent.document).click();
}
} catch (error) {