@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-core.js
CHANGED
|
@@ -16918,6 +16918,7 @@ function Crouton(config) {
|
|
|
16918
16918
|
if (typeof window.croutonMap === 'undefined') {
|
|
16919
16919
|
window.croutonMap = new MeetingMap(self.config);
|
|
16920
16920
|
if (self.config['map_search']) self.searchMap();
|
|
16921
|
+
else self.meetingSearch();
|
|
16921
16922
|
}
|
|
16922
16923
|
else if (!self.config['map_search']) self.meetingSearch();
|
|
16923
16924
|
}
|