@bmlt-enabled/croutonjs 3.20.6 → 3.20.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/crouton-core.js CHANGED
@@ -17011,7 +17011,7 @@ function Crouton(config) {
17011
17011
  if (self.config['map_search']) self.searchMap();
17012
17012
  else self.meetingSearch();
17013
17013
  }
17014
- else if (!self.config['map_search']) self.meetingSearch();
17014
+ else if (!window.croutonMap.hasMapSearch()) self.meetingSearch();
17015
17015
  }
17016
17016
 
17017
17017
  Crouton.prototype.setConfig = function(config) {