Hi Codepeople!
I checked the code but there is no space between those symbols.
Here is the code:
prec((function(){
var v = fieldname1+fieldname2;
if(v<=22) return v;
if(v>=150) return v*1.05*fieldname9;
return v*fieldname9;
})(),2)
This is wierd, because it has worked well before and i have not touched it. Could it be because of the updates or something?