v11 #667

Merged
uberwald merged 2 commits from VincentVk/foundryvtt-reve-de-dragon:v11 into v11 2023-10-04 09:07:10 +02:00
2 changed files with 1 additions and 6 deletions
Showing only changes of commit 7dfba94a11 - Show all commits

View File

@ -114,7 +114,7 @@ export class DialogChronologie extends Dialog {
heure: RdDTimestamp.definition(this.html.find("form.rdddialogchrono :input[name='chronologie.heure']").val()), heure: RdDTimestamp.definition(this.html.find("form.rdddialogchrono :input[name='chronologie.heure']").val()),
minute: this.html.find("form.rdddialogchrono :input[name='chronologie.minute']").val(), minute: this.html.find("form.rdddialogchrono :input[name='chronologie.minute']").val(),
}, },
dateReel: this.html.find("form.rdddialogchrono :input[name='dateReel']").val() dateReel: this.html.find("form.rdddialogchrono :input[name='dateReel']").val().replace('T', ' ')
} }
} }

View File

@ -106,11 +106,6 @@ export class RdDCalendrier extends Application {
return buttons return buttons
} }
/*async maximize() {
await super.maximize()
this.render(true)
}*/
async close() { } async close() { }
async onUpdateSetting(setting, update, options, id) { async onUpdateSetting(setting, update, options, id) {