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