diff --git a/croutonjs/src/js/crouton-core.js b/croutonjs/src/js/crouton-core.js index e193690..585c245 100644 --- a/croutonjs/src/js/crouton-core.js +++ b/croutonjs/src/js/crouton-core.js @@ -1312,7 +1312,7 @@ Crouton.prototype.render = function(doMeetingMap = false) { self.getCurrentLocation(self.showLocation); } - if (self.config['show_map'] && !self.config['refresh_map']) { + if (self.config['show_map'] && !self.config['refresh_map'] && !doMeetingMap) { croutonMap.initialize(self.createBmltMapElement(), self.meetingData); jQuery("#bmlt-map").removeClass("hide"); }