Fix retour en arrière sur le calendrier

This commit is contained in:
2020-12-21 15:14:49 +01:00
parent 8091b5a2e1
commit e9a6d9c5af
2 changed files with 9 additions and 2 deletions

View File

@ -37,6 +37,7 @@ export class RdDTokenHud {
});
}
/* -------------------------------------------- */
static buildListeActionsCombat(combatant) {
let armesList = RdDUtility.buildArmeList(combatant);
for (let armeIndex = 0; armeIndex < armesList.length; armeIndex++) {
@ -46,6 +47,7 @@ export class RdDTokenHud {
return armesList;
}
/* -------------------------------------------- */
static async _configureSubMenu(insertionPoint, template, data, onMenuItem) {
const hud = $(await renderTemplate(template, data));
const imgHud = hud.find('img.rdd-hud-togglebutton');