Fixed the button close to auto-close

Signed-off-by: Roland Dalmulder <contact@rolandd.com>
This commit is contained in:
Roland Dalmulder 2021-05-02 11:56:55 +02:00
parent 061cc4ca9f
commit 16f3485af2
No known key found for this signature in database
GPG Key ID: 6D30CD38749A5B9E
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ if (typeof Joomla === 'undefined') {
getRequest('fetch');
} else {
jQuery('#progress').remove();
jQuery('#modal-sync button.close', window.parent.document).trigger('click');
jQuery('#modal-sync button.btn-close', window.parent.document).trigger('click');
}
} catch (error) {
try {