This commit is contained in:
2023-01-10 22:46:09 +01:00
parent 9c0d08cb6f
commit ca304109d5
2 changed files with 2 additions and 10 deletions

View File

@ -33,7 +33,7 @@ export class RdDAstrologieJoueur extends Dialog {
content: html,
default: "saveButton",
buttons: {
saveButton: { label: "Fermer", callback: html => this.quitDialog() }
saveButton: { label: "Fermer", callback: html => {} }
},
};
super(dialogConf, dialogOptions);
@ -93,8 +93,4 @@ export class RdDAstrologieJoueur extends Dialog {
this.close();
}
/* -------------------------------------------- */
quitDialog() {
}
}