From 91f54bd15e11b1e1e0f5dd18638e75312f739cf9 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 16 Sep 2013 14:17:29 +0200 Subject: [PATCH] temporarilty turn off checkbox-related stuff in googlemaps, as this prevents the map from qorking properly --- plugins/googlemaps/static/js/googlemaps.js | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/plugins/googlemaps/static/js/googlemaps.js b/plugins/googlemaps/static/js/googlemaps.js index 8973c45d..cf3bc28f 100644 --- a/plugins/googlemaps/static/js/googlemaps.js +++ b/plugins/googlemaps/static/js/googlemaps.js @@ -113,13 +113,16 @@ googlemaps_debug_detailed=false; dict_info.in_set = checked; dict_info.marker.content = this.get_marker_content(dict_info.record, checked); - // Update opened infowindow - // XXX Factor this code - this.infowindow.close(); - this.infowindow.open(this.map, dict_info.marker); - this.infowindow.setContent(dict_info.marker.content); - this.els('map-button').unbind('click').click(this, this._button_click); - +// Thierry - this code seems to cause the googlmap area to go all grayed out +// once all the quesries have come back +// BEG turning off temporarily +// // Update opened infowindow +// // XXX Factor this code +// this.infowindow.close(); +// this.infowindow.open(this.map, dict_info.marker); +// this.infowindow.setContent(dict_info.marker.content); +// this.els('map-button').unbind('click').click(this, this._button_click); +// END turning off temporarily //var button = this.checkbox(record, checked); //this.el('checkbox', this.id_from_record(method, record)).html(button); }, -- 2.43.0