mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-12-22 10:58:58 +00:00
Fixed the button close to auto-close
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
This commit is contained in:
parent
061cc4ca9f
commit
16f3485af2
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user