mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-20 15:30:39 +01:00
closes #4334
This commit is contained in:
@@ -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));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user