Closed (fixed)
Project:
Get Directions
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Aug 2010 at 19:19 UTC
Updated:
17 Oct 2011 at 20:57 UTC
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
Comment #1
hutch commentedFixed in CVS, thanks for the tip!
Comment #3
jfrazier commentedSame thing on line 307 of getdirections_v2a.js. Removed the trailing comma and it fixed my issue in IE7.
Comment #4
hutch commentedCommited fix in dev for D6 and D7
Thanks for reporting this.