Cleanup
This commit is contained in:
@ -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() {
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user