@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-core.js +1 -0
- package/crouton-core.min.js +1 -1
- package/crouton-gmaps.js +1 -0
- package/crouton-gmaps.min.js +1 -1
- package/crouton.js +1 -0
- package/crouton.min.js +1 -1
- package/crouton.nojquery.js +1 -0
- package/crouton.nojquery.min.js +1 -1
- package/package.json +1 -1
package/crouton-core.js
CHANGED
|
@@ -17419,6 +17419,7 @@ Crouton.prototype.render = function(doMeetingMap = false) {
|
|
|
17419
17419
|
},
|
|
17420
17420
|
"dropdownData": self.dropdownData
|
|
17421
17421
|
}, function () {
|
|
17422
|
+
self.updateMeetingCount();
|
|
17422
17423
|
if (self.config['map_search'] != null || self.config['show_map']) {
|
|
17423
17424
|
jQuery(".bmlt-data-row").css({cursor: "pointer"});
|
|
17424
17425
|
jQuery(".bmlt-data-row").click(function (e) {
|