Commit 0ab0d386 authored by Fabien Morin's avatar Fabien Morin

remove a log commited by mistake


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35496 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ead24610
......@@ -169,7 +169,6 @@ function toggleFieldState(evt) {
var target=(evt.target)?evt.target:evt.srcElement;
tr_parent = target.parentNode.parentNode;
allElements = tr_parent.childNodes;
console.log(allElements);
for (i=0; i<allElements.length; i++) {
if (isClass(allElements[i], 'to_disable')) {
field = allElements[i].childNodes[1];
......
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