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.

CommentFileSizeAuthor
swftools-wpaudio-js.patch708 bytesdragonwize

Comments

Stuart Greenfield’s picture

Thanks - patch applied and will be committed shortly.

drupal centric’s picture

I 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.