mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-20 15:30:39 +01:00
extend/plugin
This commit is contained in:
@@ -13,6 +13,8 @@ define('admin/extend/plugins', function() {
|
||||
return;
|
||||
}
|
||||
|
||||
$('#plugin-search').val('');
|
||||
|
||||
pluginsList.on('click', 'button[data-action="toggleActive"]', function() {
|
||||
pluginID = $(this).parents('li').attr('data-plugin-id');
|
||||
var btn = $(this);
|
||||
|
||||
Reference in New Issue
Block a user