@bmlt-enabled/croutonjs 3.20.2 → 3.20.3

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 CHANGED
@@ -17422,6 +17422,7 @@ Crouton.prototype.render = function(doMeetingMap = false) {
17422
17422
  },
17423
17423
  "dropdownData": self.dropdownData
17424
17424
  }, function () {
17425
+ self.updateMeetingCount();
17425
17426
  if (self.config['map_search'] != null || self.config['show_map']) {
17426
17427
  jQuery(".bmlt-data-row").css({cursor: "pointer"});
17427
17428
  jQuery(".bmlt-data-row").click(function (e) {