IE does not allow a trailing comma in JavaScript and throws an error when found.
The swftools_wpaudio.js file has such a comma. Patch simply removes the comma.
| Comment | File | Size | Author |
|---|---|---|---|
| swftools-wpaudio-js.patch | 708 bytes | dragonwize |
IE does not allow a trailing comma in JavaScript and throws an error when found.
The swftools_wpaudio.js file has such a comma. Patch simply removes the comma.
| Comment | File | Size | Author |
|---|---|---|---|
| swftools-wpaudio-js.patch | 708 bytes | dragonwize |
Comments
Comment #1
Stuart Greenfield commentedThanks - patch applied and will be committed shortly.
Comment #2
drupal centric commentedI had the same issue when viewing the checkout page in Ubercart and got an error on line 27 of swftools_flowplayer2.playlist.js and had to remove the comma after: playOnClick: true
This fixed the javascript error and allowed javascript to load properly and the checkout performed as normal.