debug statement subject to debug flag again
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 23 Sep 2013 08:17:34 +0000 (10:17 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 23 Sep 2013 08:17:34 +0000 (10:17 +0200)
plugins/googlemap/static/js/googlemap.js

index 3f3c995..854ee4a 100644 (file)
@@ -59,7 +59,8 @@ googlemap_debug_detailed=false;
         /* PLUGIN EVENTS */
 
         on_show: function(e) {
-           if (googlemap_debug) messages.debug("on_show");
+//         if (googlemap_debug) messages.debug("on_show");
+           messages.debug("on_show");
             var googlemap = e.data;
             google.maps.event.trigger(googlemap.map, 'resize');
         }, // on_show