Skip to content

Commit

Permalink
Update calendar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wernerjoss committed Mar 7, 2022
1 parent fd38b0b commit 30e6156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (typeof jQuery=='undefined') {
}

function whenJqReady() {
var verbose = true;//false;//true;
var verbose = false;//true;
var defaultLocale = 'en';
var cfgWeekNums = jQuery('#weeknums').text(); // get Paramter from DOM
weekNums = false;
Expand Down

0 comments on commit 30e6156

Please sign in to comment.