@bmlt-enabled/croutonjs 3.19.3 → 3.19.4
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 -0
- package/crouton-core.min.js +1 -1
- package/crouton-gmaps.js +1 -0
- package/crouton-gmaps.min.js +1 -1
- package/crouton.js +1 -0
- package/crouton.min.js +1 -1
- package/crouton.nojquery.js +1 -0
- package/crouton.nojquery.min.js +1 -1
- package/package.json +1 -1
package/crouton-gmaps.js
CHANGED
|
@@ -16921,6 +16921,7 @@ function Crouton(config) {
|
|
|
16921
16921
|
if (typeof window.croutonMap === 'undefined') {
|
|
16922
16922
|
window.croutonMap = new MeetingMap(self.config);
|
|
16923
16923
|
if (self.config['map_search']) self.searchMap();
|
|
16924
|
+
else self.meetingSearch();
|
|
16924
16925
|
}
|
|
16925
16926
|
else if (!self.config['map_search']) self.meetingSearch();
|
|
16926
16927
|
}
|