Skip to content

Commit 16f3485

Browse files
committed
Fixed the button close to auto-close
Signed-off-by: Roland Dalmulder <[email protected]>
1 parent 061cc4c commit 16f3485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media/com_patchtester/js/fetcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ if (typeof Joomla === 'undefined') {
9090
getRequest('fetch');
9191
} else {
9292
jQuery('#progress').remove();
93-
jQuery('#modal-sync button.close', window.parent.document).trigger('click');
93+
jQuery('#modal-sync button.btn-close', window.parent.document).trigger('click');
9494
}
9595
} catch (error) {
9696
try {

0 commit comments

Comments
 (0)