@bmlt-enabled/croutonjs 3.20.2 → 3.20.4
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-map.js +0 -1
- package/crouton-map.min.js +1 -1
- package/crouton.js +1 -1
- package/crouton.min.js +1 -1
- package/crouton.nojquery.js +1 -1
- package/crouton.nojquery.min.js +1 -1
- package/package.json +1 -1
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) {
|