oops, this should have gone with previous commit
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 16 Sep 2013 11:17:37 +0000 (13:17 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 16 Sep 2013 11:17:37 +0000 (13:17 +0200)
plugins/googlemaps/static/js/googlemaps.js

index b19a5fc..8973c45 100644 (file)
@@ -75,7 +75,7 @@ googlemaps_debug_detailed=false;
       
             var domid = this.options.plugin_uuid + manifold.separator + 'map';
            var el = document.getElementById(domid);
       
             var domid = this.options.plugin_uuid + manifold.separator + 'map';
            var el = document.getElementById(domid);
-           if (googlemaps_debug) messages.debug("gmap.initialize_map based on  domid=" + id + " el=" + el);
+           if (googlemaps_debug) messages.debug("gmap.initialize_map based on  domid=" + domid + " el=" + el);
             this.map = new google.maps.Map(el, myOptions);
             this.infowindow = new google.maps.InfoWindow();
         }, // initialize_map
             this.map = new google.maps.Map(el, myOptions);
             this.infowindow = new google.maps.InfoWindow();
         }, // initialize_map