From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Mon, 16 Sep 2013 11:17:37 +0000 (+0200)
Subject: oops, this should have gone with previous commit
X-Git-Tag: myslice-0.2-3~9^2~10
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f23f0ef5fc4dcf8c087341941b4176ba2b119f3a;p=myslice.git

oops, this should have gone with previous commit
---

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