Sync with head

This commit is contained in:
2020-11-03 09:14:14 +01:00
parent e2301b1cfd
commit 34156295ea
10 changed files with 29 additions and 11 deletions

View File

@ -146,9 +146,9 @@ Hooks.once("ready", function() {
let calendrier = new RdDCalendrier();
let templatePath = "systems/foundryvtt-reve-de-dragon/templates/calendar-template.html";
let templateData = {};
renderTemplate(templatePath, templateData).then(html => {
/* DISABLEDrenderTemplate(templatePath, templateData).then(html => {
calendrier.render(true);
} );
} ); */
});
/* -------------------------------------------- */