View Single Post
Old 01-02-2013, 08:33 PM   PM User | #5
jmill23
New to the CF scene

 
Join Date: Jan 2013
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
jmill23 is an unknown quantity at this point
Quote:
Originally Posted by Old Pedant View Post
Also, kill your roundFloat() and checkAmount() functions. They aren't doing anything useful that can't be done simpler.
Just removed roundFloat() and checkAmount() functions and it doesn't work as these are linked to by:
// Adds total hours.
hours = totalHrs
form.total_hrs.value = checkAmount(hours);
jmill23 is offline   Reply With Quote