That's the version that I'm using: 2911
this is the function for showing the bubble -
dc.cellBubble = new DayPilot.Bubble({
onLoad: function (args) {
var cellStart = args.source.start.toString('d MMMM yyyy');
args.html = cellStart + " " + args.source.resource;
}
});
and again, the weird thing is that its work fine locally (I have 3 kinds of bubbles) but on production its break.
thinking about adding tooltip instead.