The Mini Calendar Widget is enclosed in a <div class=”tribe-mini-calendar-wrapper”> tag.
When navigating the mini calendar months (prev / next month), this <div class=”tribe-mini-calendar-wrapper”> tag is added by the ajax response again and again (nesting in itself) giving:
<div class=”tribe-mini-calendar-wrapper”>
<div class=”tribe-mini-calendar-wrapper”>
<div class=”tribe-mini-calendar-wrapper”>
… etc
The calendar widget still functions properly, but the nesting of the same html tag that is returned from the ajax call is not too pretty 🙂
It can be reproduced very easy on your own demo site. In my Pro copy i have the same problem (Version 3.2)
Kind regards,
Tim