From: Thierry Parmentelat Date: Mon, 23 Sep 2013 08:17:34 +0000 (+0200) Subject: debug statement subject to debug flag again X-Git-Tag: myslice-0.2-4~62 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6ce6e49f71af03cb18f294cc0e669975c2950765;hp=3822b250a81fb4292c3c0f4072eda5ea7bc7be1b;p=unfold.git debug statement subject to debug flag again --- 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