Code: Select all
set_ajax_obs("ajaxrainratehr",rainratehr.toFixed(dpRain) + uomRain);Code: Select all
set_ajax_obs("ajaxrainratehr",rainratehr.toFixed(dpRain) + uomRain +"/hr");But as I said, this is a complete guess, because I know absolutely nothing about how any of this works. I hesitated before suggesting it, because hacking around in things that you don't understand is dangerous, as you have demonstrated on numerous occasions already. This change could have any number of unwanted side effects, some of which may not appear until some time later, and it may not be obvious what the cause is.
My advice would be to leave it alone unless you understand how the code works and what the effects are of any changes. But I thought I'd seen you say on another thread that you had written most of the code for your web site yourself? Are you not using Ken's code now?