mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-20 15:30:39 +01:00
closes #4908
This commit is contained in:
@@ -249,6 +249,8 @@ define('admin/extend/plugins', function() {
|
||||
$('#installed ul li').each(function() {
|
||||
if ($(this).hasClass('active')) {
|
||||
$('#active ul').append($(this).clone(true));
|
||||
} else {
|
||||
$('#deactive ul').append($(this).clone(true));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user