You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at line 439 in timemap.js, it says
if (nList.length > 0) {
data["options"]["description"] = nList[0].firstChild.nodeValue;
}
this gives an error in Safari if the file has <description></description>
Probably anything that uses this construct may need an extra check to
ensure that the tag isn't empty - perhaps move this out to a utility function?
Original issue reported on code.google.com by nick.rab...@gmail.com on 19 Mar 2008 at 3:17
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
nick.rab...@gmail.com
on 19 Mar 2008 at 3:17The text was updated successfully, but these errors were encountered: