diff --git a/install/assets/plugins/ElementsInTree.tpl b/install/assets/plugins/ElementsInTree.tpl index fd08860..4c75d44 100644 --- a/install/assets/plugins/ElementsInTree.tpl +++ b/install/assets/plugins/ElementsInTree.tpl @@ -390,6 +390,10 @@ if ($e->name == 'OnManagerTreePrerender') { } jQuery(document).ready(function() { + + jQuery(".filterElements-form").keydown(function (e) { + if(e.keyCode == 13) e.preventDefault(); + }); '.$treeButtonsInTab_js.'