@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.js CHANGED
@@ -18944,9 +18944,7 @@ function MeetingMap(inConfig) {
18944
18944
  return true;
18945
18945
  };
18946
18946
  function searchResponseCallback(expand = false) {
18947
- if (!gAllMeetings) return;
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 {