FreakyD96 / jquery-countdown

Automatically exported from code.google.com/p/jquery-countdown
0 stars 0 forks source link

IE7 Bug #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
With the Internet Explorer 7 i have this problem in row 81:

'digits[...]' is null or is no object

What could be the problem?

Original issue reported on code.google.com by rainer.w...@gmail.com on 10 Feb 2011 at 4:34

GoogleCodeExporter commented 9 years ago
In the javascript file after line 28 (var c = 0;) you need to add this line:

options.startTime = options.startTime.split('');

Original comment by Laurent....@gmail.com on 10 Feb 2011 at 8:14

GoogleCodeExporter commented 9 years ago
You'll also need to add this line:

options.format = options.format.split('');

Original comment by Laurent....@gmail.com on 10 Feb 2011 at 8:33