mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-03 07:12:36 +00:00
Fixed column name
Fixed modal not self-closing Signed-off-by: Roland Dalmulder <contact@rolandd.com>
This commit is contained in:
parent
5508865fc2
commit
31534b51e9
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user