Closed (fixed)
Project:
GMap Addons
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2008 at 14:01 UTC
Updated:
10 Feb 2011 at 14:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedSeems like debug code was checked in.
Edit the file js/overlay_geoxml.js so that the line
alert (obj.map.getContainer().id);reads
// alert (obj.map.getContainer().id);or remove the whole line entirely.
HTH,
dziegel
Comment #2
wessex commentedThanks dziegel, I'll give it a try!
Comment #3
wessex commentedIt worked!
Thanks ever so much :-)
Comment #4
geodaniel commentedPatch attached.
Comment #5
mcengland commented--Ignore... found my error--
Comment #6
seutje commentedthings like this can be easily traced back to it's origin by overriding the window.alert function to something else, console.trace for instance (requires firebug or a console.trace compatible browser)
this isn't the prettiest, but it's an easy way to inject it before everything else from within a theme's template.php:
Comment #7
kbk commented#4 Works for me. Can this be committed?
Comment #8
garbo commentedI had this error too and commenting out the line as noted at #4 worked.
But why is this alert in the code? This has been there apparently for a long time seing the postdate of this thread. Obviously the developers think it needs to be there but why?
Comment #9
bdragon commentedActually, the problem is not that I think it needs to be there, it's that I'm doing so poorly at remembering to maintain gmap_addons that it really *has* accidentally been left in for two years.
Fixed, thanks, and sorry for the ridiculous wait.
http://drupal.org/cvs?commit=488992
http://drupal.org/cvs?commit=488994
Comment #10
garbo commentedhi bdragon,
Thanks for your reply to this! I'm glad this issue is sorted out now. And thanks for the nice software!