From f23f0ef5fc4dcf8c087341941b4176ba2b119f3a Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 16 Sep 2013 13:17:37 +0200 Subject: [PATCH] oops, this should have gone with previous commit --- plugins/googlemaps/static/js/googlemaps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/googlemaps/static/js/googlemaps.js b/plugins/googlemaps/static/js/googlemaps.js index b19a5fc5..8973c45d 100644 --- a/plugins/googlemaps/static/js/googlemaps.js +++ b/plugins/googlemaps/static/js/googlemaps.js @@ -75,7 +75,7 @@ googlemaps_debug_detailed=false; 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 -- 2.43.0