From 6ce6e49f71af03cb18f294cc0e669975c2950765 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 23 Sep 2013 10:17:34 +0200 Subject: [PATCH] debug statement subject to debug flag again --- plugins/googlemap/static/js/googlemap.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/googlemap/static/js/googlemap.js b/plugins/googlemap/static/js/googlemap.js index 3f3c9950..854ee4ad 100644 --- a/plugins/googlemap/static/js/googlemap.js +++ b/plugins/googlemap/static/js/googlemap.js @@ -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 -- 2.43.0