Skip to content

Commit

Permalink
bug fix throbber
Browse files Browse the repository at this point in the history
  • Loading branch information
otrok7 committed Dec 12, 2023
1 parent b07c6ff commit 06ebfcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion croutonjs/src/js/crouton-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit 06ebfcd

Please sign in to comment.