@bmlt-enabled/croutonjs 3.24.1 → 3.24.2
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-gmaps.js +1 -3
- package/crouton-gmaps.min.js +1 -1
- package/crouton-gmaps.min.js.map +1 -1
- package/crouton.js +1 -3
- package/crouton.min.js +5 -5
- package/crouton.min.js.map +1 -1
- package/crouton.nojquery.js +1 -3
- package/crouton.nojquery.min.js +1 -1
- package/crouton.nojquery.min.js.map +1 -1
- package/package.json +1 -1
package/crouton.js
CHANGED
|
@@ -18944,9 +18944,7 @@ function MeetingMap(inConfig) {
|
|
|
18944
18944
|
return true;
|
|
18945
18945
|
};
|
|
18946
18946
|
function searchResponseCallback(expand = false) {
|
|
18947
|
-
if (!gAllMeetings)
|
|
18948
|
-
if (!gAllMeetings.length) {
|
|
18949
|
-
alert ( crouton.localization.getWord("no meetings found") );
|
|
18947
|
+
if (!gAllMeetings || !gAllMeetings.length) {
|
|
18950
18948
|
return;
|
|
18951
18949
|
};
|
|
18952
18950
|
try {
|