diff --git a/admin/themes/default/template/plugins_installed.tpl b/admin/themes/default/template/plugins_installed.tpl index f0da0059b..873bda5d8 100644 --- a/admin/themes/default/template/plugins_installed.tpl +++ b/admin/themes/default/template/plugins_installed.tpl @@ -159,6 +159,12 @@ jQuery(document).ready(function() { jQuery(".showInactivePlugins button").on('click', showInactivePlugins) }); }); + + jQuery(".showOptions").click(function(){ + jQuery("#PluginOptionsBlock").toggle(); + }); + + {/literal} {/footer_script} @@ -229,7 +235,14 @@ jQuery(document).ready(function() {