Commit fd793e87 authored by Jérome Perrin's avatar Jérome Perrin

remove onkeypress added in http://svn.erp5.org/?view=revision&revision=36228

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36892 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 06658de4
......@@ -145,7 +145,7 @@ jQuery(function() {\n
}\n
});\n
\n
jQuery(\'tr.listbox_search_line input[type="text"]\', dialog).keypress(function(event) {\n
jQuery(\'tr.listbox_search_line input[type="text"]\', dialog).removeAttr(\'onkeypress\').keypress(function(event) {\n
if (event.keyCode == \'13\') {\n
event.preventDefault();\n
//var self = jQuery(this);\n
......
10
\ No newline at end of file
11
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment