Skip to content
Snippets Groups Projects

Issue #3481158 by nchase: Neither timeline nor month view is showing up in node - fix last $.once

Open Issue #3481158 by nchase: Neither timeline nor month view is showing up in node - fix last $.once
Open dlevchik requested to merge issue/bat-3481158:3481158-neither-timeline-nor into 8.x-10.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -10,7 +10,7 @@
dow: [0, 1, 2, 3, 4, 5, 6],
};
$('.cal').once().each(function () {
$(once('init-fullcalendar', '.cal', context)).each(function () {
var lastSource;
var cal_id = $(this).attr('id');
Loading