@bmlt-enabled/croutonjs 3.20.1 → 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-core.js CHANGED
@@ -16154,6 +16154,7 @@ function Crouton(config) {
16154
16154
  language: "en-US", // Default language translation, available translations listed here: https://github.com/bmlt-enabled/crouton/blob/master/croutonjs/src/js/crouton-localization.js
16155
16155
  has_tabs: true, // Shows the day tabs
16156
16156
  filter_tabs: 0, // Whether to show weekday tabs on filtering.
16157
+ filter_visible: 0, // whether entries in table should be limited to those visible in map
16157
16158
  header: true, // Shows the dropdowns and buttons
16158
16159
  include_weekday_button: true, // Shows the weekday button
16159
16160
  int_include_unpublished: 0, // Includes unpublished meeting
@@ -17418,6 +17419,7 @@ Crouton.prototype.render = function(doMeetingMap = false) {
17418
17419
  },
17419
17420
  "dropdownData": self.dropdownData
17420
17421
  }, function () {
17422
+ self.updateMeetingCount();
17421
17423
  if (self.config['map_search'] != null || self.config['show_map']) {
17422
17424
  jQuery(".bmlt-data-row").css({cursor: "pointer"});
17423
17425
  jQuery(".bmlt-data-row").click(function (e) {