On line 129 of getdirections_v3.js, there is a trailing comma which breaks Internet Explorer in versions <= 7.

request = {
  origin: fromAddress,
  destination: toAddress,
};

Just a heads up. :)

Comments

hutch’s picture

Status: Active » Fixed

Fixed in CVS, thanks for the tip!

Status: Fixed » Closed (fixed)

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

jfrazier’s picture

Same thing on line 307 of getdirections_v2a.js. Removed the trailing comma and it fixed my issue in IE7.

hutch’s picture

Commited fix in dev for D6 and D7
Thanks for reporting this.