Fix regression calendrier

This commit is contained in:
Vincent Vandemeulebrouck
2021-09-02 15:40:35 +02:00
parent c82618e3ab
commit 5cecbf3d4d
2 changed files with 44 additions and 56 deletions
-1
View File
@@ -221,7 +221,6 @@ Hooks.once("ready", async function () {
/* -------------------------------------------- */
/* Affiche/Init le calendrier */
let calendrier = new RdDCalendrier();
await calendrier.initCalendrier();
let templatePath = "systems/foundryvtt-reve-de-dragon/templates/calendar-template.html";
let templateData = {};
renderTemplate(templatePath, templateData).then(html => {