v9 support

This commit is contained in:
2021-12-18 09:45:36 +01:00
parent 37b32fdd30
commit 842ebe68a2
5 changed files with 19 additions and 8 deletions

View File

@ -504,6 +504,7 @@ export class RdDCalendrier extends Application {
async showAstrologieEditor() {
let calendrierData = duplicate(this.fillCalendrierData());
let astrologieArray = [];
this.listeNombreAstral = this.listeNombreAstral || [];
for (let astralData of this.listeNombreAstral) {
astralData.humanDate = this.getDateFromIndex(astralData.index);
for (let vf of astralData.valeursFausses) {