$(window).on('resize', function () {
$this.resize();
});
- $(document).on('bunchmultiple.toresize',function(){
+ $(document).on('bunchmultiple.toresize', function () {
$this.resize();
});
var id = this.element.attr('id');
var selector = '.item' + this.bmidselector + ':not(.sample) ' + this.bmidselector + '>.bunchfields';
var list = this.element.find(selector);
+ if (list.length === 0) {
+ selector = '.item' + this.bmidselector + ':not(.sample) ' + this.bmidselector + '>.legendsize>.bunchfields';
+ list = this.element.find(selector);
+ }
$.each(list, function () {
$(this).find('.bunchmultiple').each(function () {