diff --git a/admin/themes/default/template/plugins_new.tpl b/admin/themes/default/template/plugins_new.tpl index 4d55f9735..48ac65ebb 100644 --- a/admin/themes/default/template/plugins_new.tpl +++ b/admin/themes/default/template/plugins_new.tpl @@ -47,18 +47,13 @@ jQuery(document).ready(function(){ } }); jQuery("#filter").focus(); - jQuery(".titrePage input[name='Clear']").click(function(){ - $("#filter").val(''); - $(".pluginBox").show(); - }); }); {/literal}{/footer_script}