X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=js%2Futils.js;h=51a7a491bfeedd96f7d9da8a12c4a560ba7358b5;hb=5089910120614dfb8b76a0271b43739f90f38b01;hp=1f1aa521c54a362d31b98326e7971a55022ced13;hpb=d657046566ffe70c3c2099464224de1a063d19d2;p=fa-stable.git diff --git a/js/utils.js b/js/utils.js index 1f1aa521..51a7a491 100644 --- a/js/utils.js +++ b/js/utils.js @@ -105,7 +105,7 @@ JsHttpRequest._request = function(trigger, form, tout, retry) { // seek element by id if there is no elemnt with given name objElement = document.getElementsByName(id)[0] || document.getElementById(id); if(cmd=='as') { - eval("objElement.setAttribute('"+property+"',"+data+");"); + eval("objElement.setAttribute('"+property+"','"+data+"');"); } else if(cmd=='up') { // if(!objElement) alert('No element "'+id+'"'); if(objElement) { @@ -219,17 +219,17 @@ function price_format(post, num, dec, label, color) { num = Math.floor(num*decsize+0.50000000001); cents = num%decsize; num = Math.floor(num/decsize).toString(); + for( i=cents.toString().length; ip0.y)) || (dir==38 && (p.yp0.x)))) { var l1 = (p.y-p0.y)*(p.y-p0.y)+(p.x-p0.x)*(p.x-p0.x);