Skip to content

Commit

Permalink
make sure search occurs
Browse files Browse the repository at this point in the history
  • Loading branch information
otrok7 committed Aug 23, 2024
1 parent 859340e commit c533d26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions croutonjs/src/js/crouton-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,7 @@ function Crouton(config) {
if (typeof window.croutonMap === 'undefined') {
window.croutonMap = new MeetingMap(self.config);
if (self.config['map_search']) self.searchMap();
else self.meetingSearch();
}
else if (!self.config['map_search']) self.meetingSearch();
}
Expand Down

0 comments on commit c533d26

Please sign in to comment.