cosmetic for when googlemap goes mad with broken query results
[unfold.git] / plugins / googlemap / static / js / googlemap.js
index 3f3c995..34b2b8d 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
@@ -140,9 +141,9 @@ googlemap_debug_detailed=false;
        // retrieve DOM checkbox and make sure it is checked/unchecked
         set_checkbox: function(record, checked) {
            var hrn=this.record_hrn (record);
-           if (! hrn) { messages.warning ("set_checkbox: record has no hrn"); return; }
+           if (! hrn) { messages.warning ("googlemap.set_checkbox: record has no hrn"); return; }
            var checkbox_s = this.by_hrn [ hrn ];
-           if (! checkbox_s ) { messages.warning ("set_checkbox: could not spot checkbox for hrn "+hrn); return; }
+           if (! checkbox_s ) { messages.warning ("googlemap.set_checkbox: could not spot checkbox for hrn "+hrn); return; }
            checkbox_s.checkbox.prop('checked',checked);
         }, // set_checkbox