I've ran into some trouble in initialising the counter. To be more precise, the
problem was in parsing the startTime string. Using an expression similar to
parseInt(options.startTime[i])) didn't work for me in IE 7 and 8. So I've
replaced every occurence of startTime[i] with startTime.charAt(i) in the script.
Just thought to post this workaround in case anyone else ran into the same
issue.
Original issue reported on code.google.com by catalin....@gmail.com on 27 Mar 2012 at 11:29
Original issue reported on code.google.com by
catalin....@gmail.com
on 27 Mar 2012 at 11:29