Countup
ogiebobo - February 6, 2009 - 02:01
| Project: | Countdown |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I noticed that when using it for a count up function, the code does not count up, it counts down once the page is loaded.

#1
I was able to get it to work by changing the value of _countdown_direction to 1, instead of -1 in the countdown.js file. Should the code do this automatically if the date set is in the past?