Commit 437b27a0 authored by Jérome Perrin's avatar Jérome Perrin

update for new listbox class names


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39539 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9e69dd5f
......@@ -282,11 +282,11 @@ var addOnChangeEventHandler = function() {\n
} \n
/* Listbox or MatrixBox */\n
if (nodes[j].nodeName == "DIV" && (\n
nodes[j].getAttribute("class") == "listbox" ||\n
nodes[j].getAttribute("class") == "listbox-container" ||\n
nodes[j].getAttribute("class") == "MatrixContent")) {\n
trs = nodes[j].getElementsByTagName(\'td\');\n
for (k=0; k<trs.length; k++){\n
if (trs[k].getAttribute("class") == "listbox_search_line") {\n
if (trs[k].getAttribute("class") == "listbox-search-line") {\n
continue;\n
}\n
inputs = trs[k].getElementsByTagName(\'input\');\n
......
1035
\ No newline at end of file
1036
\ 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