Fixed column name

Fixed modal not self-closing

Signed-off-by: Roland Dalmulder <contact@rolandd.com>
This commit is contained in:
Roland Dalmulder 2020-07-25 16:25:47 +02:00
parent 5508865fc2
commit 31534b51e9
No known key found for this signature in database
GPG Key ID: FD49814C56AE3AF9
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ CREATE TABLE IF NOT EXISTS `#__patchtester_pulls`
`pull_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`sha` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`is_rtc` tinyint(1) NOT NULL DEFAULT 0,
`in_npm` tinyint(1) DEFAULT 0,
`is_npm` tinyint(1) DEFAULT 0,
`branch` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE = InnoDB

View File

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