v1.18.x
psychobunny 9 years ago
parent 3c5a9d5391
commit 3f912e2c6a

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

Loading…
Cancel
Save