X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fgooglemap%2Fstatic%2Fjs%2Fgooglemap.js;h=854ee4ad5cbbae188808b693d5b4c9cb44971b39;hb=6ce6e49f71af03cb18f294cc0e669975c2950765;hp=3f3c995034e2992fca7f750ce05e2f31b6eacbfa;hpb=3822b250a81fb4292c3c0f4072eda5ea7bc7be1b;p=unfold.git 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