From: Janusz Dobrowolski Date: Mon, 10 Nov 2008 22:29:44 +0000 (+0000) Subject: This was bad idea. The problem should be solved on php side. X-Git-Tag: v2.4.2~19^2~1770 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=14542a514b498def3c48dd27031f2f77fd2db967;p=fa-stable.git This was bad idea. The problem should be solved on php side. --- diff --git a/js/utils.js b/js/utils.js index 877af9ad..fca82d03 100644 --- a/js/utils.js +++ b/js/utils.js @@ -56,7 +56,6 @@ // debug(cmd+':'+property+':'+type+':'+id); // seek element by id if there is no elemnt with given name objElement = document.getElementsByName(id)[0] || document.getElementById(id); - if(!objElement) continue; if(cmd=='as') { eval("objElement.setAttribute('"+property+"',"+data+");"); } else if(cmd=='up') {