@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 +1 -1
- package/crouton-core.min.js +1 -1
- package/crouton-gmaps.js +6 -2
- package/crouton-gmaps.min.js +1 -1
- package/crouton-map.js +5 -1
- package/crouton-map.min.js +1 -1
- package/crouton.js +6 -2
- package/crouton.min.js +1 -1
- package/crouton.nojquery.js +6 -2
- package/crouton.nojquery.min.js +1 -1
- package/package.json +1 -1
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 (!
|
|
17014
|
+
else if (!window.croutonMap.hasMapSearch()) self.meetingSearch();
|
|
17015
17015
|
}
|
|
17016
17016
|
|
|
17017
17017
|
Crouton.prototype.setConfig = function(config) {
|