Quote:
Originally Posted by Old Pedant
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);