Commit 72fce596 authored by Ivan Tyagov's avatar Ivan Tyagov

Listbox class name changed recently.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44382 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 92be5dee
......@@ -166,7 +166,7 @@ $(function() {\n
}\n
});\n
\n
$(\'tr.listbox_search_line input[type="text"]\', dialog).removeAttr(\'onkeypress\').keypress(function(event) {\n
$(\'th.listbox-table-filter-cell input[type="text"]\', dialog).removeAttr(\'onkeypress\').keypress(function(event) {\n
if (event.keyCode == \'13\') {\n
event.preventDefault();\n
//var self = $(this);\n
......
18
\ No newline at end of file
19
\ 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