I found a bug that Nivo Slider does not work in internet explorer 7.
The error is a comma at the end of the line 22 in the file: "nivo_slider/js/nivo_slider.js"

Change:
randomStart: Drupal.settings.nivo_slider.randomStart,

to:
randomStart: Drupal.settings.nivo_slider.randomStart

Comments

devin carlson’s picture

Version: 7.x-1.0 » 7.x-1.x-dev
Assigned: Unassigned » devin carlson
Status: Active » Needs review
StatusFileSize
new3.6 KB

Yes, both IE 6 and IE 7 require that there be no trailing comma after the final declared property within a JavaScript object.

The attached patch removes the comma from the last property.

devin carlson’s picture

Status: Needs review » Fixed

Committed to 7.x-1.x-dev.

Automatically closed -- issue fixed for 2 weeks with no activity.