projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c89567e
)
This was bad idea. The problem should be solved on php side.
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Mon, 10 Nov 2008 22:29:44 +0000
(22:29 +0000)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Mon, 10 Nov 2008 22:29:44 +0000
(22:29 +0000)
js/utils.js
patch
|
blob
|
history
diff --git
a/js/utils.js
b/js/utils.js
index 877af9ad60cc4eab67c98fe540724e2d56512538..fca82d03c069af2f8e1acaf82ab34caaeafd560d 100644
(file)
--- 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') {