Skip to content

Commit

Permalink
set debug flag false
Browse files Browse the repository at this point in the history
  • Loading branch information
wernerjoss committed Aug 1, 2019
1 parent 5047106 commit 8e15611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/partials/fullcalendar.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
showNonCurrentDates: true,
fixedWeekCount: false,
events: function(start, end, timezone, callback) {
var verbose = true; // false;
var verbose = false;
var cfgFilestring = '{{icsfile}}'; // from FullCalendarShortCode.php, can now (from v 0.1.2) hold multiple ics Files, comma separated
if (verbose) console.log('cfgfilestring:', cfgFilestring);
var cfgfiles = cfgFilestring.split(','); // split string into multiple ics files, if appropriate, see note above
Expand Down

0 comments on commit 8e15611

Please sign in to comment.