10.4.0: Pour Noël, je voudrais plein de cadeaux #598

Merged
uberwald merged 15 commits from VincentVk/foundryvtt-reve-de-dragon:v10 into v10 2022-12-23 09:50:27 +01:00
Showing only changes of commit 46cc245abf - Show all commits

View File

@ -29,7 +29,7 @@ export class RdDCalendrierEditeur extends Dialog {
this.html.find("input[name='nomMois']").val(this.calendrierData.moisKey);
this.html.find("select[name='nomHeure']").val(this.calendrierData.heureKey);
this.html.find("select[name='jourMois']").val(this.calendrierData.jourMois);
this.html.find("select[name='minutesRelative']").val(calendrierData.minutesRelative);
this.html.find("select[name='minutesRelative']").val(this.calendrierData.minutesRelative);
this.html.find("select[name='annee']").val(this.calendrierData.annee);
}