Merge branch 'master' into develop

isekai-main
Barış Soner Uşaklı
commit a12a9bab7a

@ -68,6 +68,8 @@ CommonProps:
type: string type: string
as: as:
type: string type: string
noEscape:
type: boolean
crossorigin: crossorigin:
type: string type: string
enum: ['', 'anonymous', 'use-credentials'] enum: ['', 'anonymous', 'use-credentials']

@ -342,7 +342,7 @@ define('admin/extend/plugins', [
function populateUpgradeablePlugins() { function populateUpgradeablePlugins() {
$('#installed ul li').each(function () { $('#installed ul li').each(function () {
if ($(this).children('[data-action="upgrade"]').length) { if ($(this).find('[data-action="upgrade"]').length) {
$('#upgrade ul').append($(this).clone(true)); $('#upgrade ul').append($(this).clone(true));
} }
}); });

Loading…
Cancel
Save