diff --git a/public/src/admin/extend/plugins.js b/public/src/admin/extend/plugins.js index 5a70d29a41..5944f98f91 100644 --- a/public/src/admin/extend/plugins.js +++ b/public/src/admin/extend/plugins.js @@ -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); diff --git a/src/views/admin/appearance/customise.tpl b/src/views/admin/appearance/customise.tpl index cc5e52e9e5..a828151cc2 100644 --- a/src/views/admin/appearance/customise.tpl +++ b/src/views/admin/appearance/customise.tpl @@ -4,7 +4,7 @@
Enter your own CSS declarations here, which will be applied after all other styles. diff --git a/src/views/admin/extend/plugins.tpl b/src/views/admin/extend/plugins.tpl index a3dea7554c..64f4524d8a 100644 --- a/src/views/admin/extend/plugins.tpl +++ b/src/views/admin/extend/plugins.tpl @@ -1,24 +1,27 @@ -
- Certain plugins work ideally when they are initialised before/after other plugins. You can alter this loading behaviour here. -
Plugins load in the order specified here, from top to bottom
-+ Certain plugins work ideally when they are initialised before/after other plugins. +
++ Plugins load in the order specified here, from top to bottom +
+