Cleanup
This commit is contained in:
parent
9c0d08cb6f
commit
ca304109d5
@ -10,7 +10,7 @@ export class RdDAstrologieEditeur extends Dialog {
|
|||||||
|
|
||||||
let myButtons = {
|
let myButtons = {
|
||||||
resetButton: { label: "Re-tirer les nombres astraux", callback: html => this.resetNombreAstraux() },
|
resetButton: { label: "Re-tirer les nombres astraux", callback: html => this.resetNombreAstraux() },
|
||||||
saveButton: { label: "Fermer", callback: html => this.fillData() }
|
saveButton: { label: "Fermer", callback: html => {} }
|
||||||
};
|
};
|
||||||
|
|
||||||
// Common conf
|
// Common conf
|
||||||
@ -41,10 +41,6 @@ export class RdDAstrologieEditeur extends Dialog {
|
|||||||
game.system.rdd.calendrier.showAstrologieEditor();
|
game.system.rdd.calendrier.showAstrologieEditor();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* -------------------------------------------- */
|
|
||||||
fillData() {
|
|
||||||
}
|
|
||||||
|
|
||||||
/* -------------------------------------------- */
|
/* -------------------------------------------- */
|
||||||
updateData(calendrierData) {
|
updateData(calendrierData) {
|
||||||
this.calendrierData = duplicate(calendrierData);
|
this.calendrierData = duplicate(calendrierData);
|
||||||
|
@ -33,7 +33,7 @@ export class RdDAstrologieJoueur extends Dialog {
|
|||||||
content: html,
|
content: html,
|
||||||
default: "saveButton",
|
default: "saveButton",
|
||||||
buttons: {
|
buttons: {
|
||||||
saveButton: { label: "Fermer", callback: html => this.quitDialog() }
|
saveButton: { label: "Fermer", callback: html => {} }
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
super(dialogConf, dialogOptions);
|
super(dialogConf, dialogOptions);
|
||||||
@ -93,8 +93,4 @@ export class RdDAstrologieJoueur extends Dialog {
|
|||||||
this.close();
|
this.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* -------------------------------------------- */
|
|
||||||
quitDialog() {
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user