31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-10 17:22:21 +00:00

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

View File

@ -90,7 +90,7 @@ if (typeof Joomla === 'undefined') {
getRequest('fetch'); getRequest('fetch');
} else { } else {
jQuery('#progress').remove(); 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) { } catch (error) {
try { try {