From 1bb6e74faafc4f7a3ab8d8b72556b22daaf19c46 Mon Sep 17 00:00:00 2001 From: WBHarry Date: Fri, 25 Jul 2025 11:14:34 +0200 Subject: [PATCH] PR fxies --- module/applications/sheets/api/application-mixin.mjs | 2 +- templates/sheets/items/class/settings.hbs | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/module/applications/sheets/api/application-mixin.mjs b/module/applications/sheets/api/application-mixin.mjs index 9a60ba3b..32779d6b 100644 --- a/module/applications/sheets/api/application-mixin.mjs +++ b/module/applications/sheets/api/application-mixin.mjs @@ -425,7 +425,7 @@ export default function DHApplicationMixin(Base) { * Renders an embedded document. * @type {ApplicationClickAction} */ - static async #editDoc(_event, target) { + static #editDoc(_event, target) { const doc = getDocFromElement(target); if (doc) return doc.sheet.render({ force: true }); } diff --git a/templates/sheets/items/class/settings.hbs b/templates/sheets/items/class/settings.hbs index de31ad38..662e7507 100644 --- a/templates/sheets/items/class/settings.hbs +++ b/templates/sheets/items/class/settings.hbs @@ -42,7 +42,7 @@ {{document.system.characterGuide.suggestedPrimaryWeapon.name}}
- +
{{/if}} @@ -57,7 +57,7 @@ {{document.system.characterGuide.suggestedSecondaryWeapon.name}}
- +
{{/if}} @@ -72,7 +72,7 @@ {{document.system.characterGuide.suggestedArmor.name}}
- +
{{/if}} @@ -91,7 +91,7 @@ {{this.name}}
- +
{{/if}} @@ -108,7 +108,7 @@ {{this.name}}
- +
{{/if}} @@ -125,7 +125,7 @@ {{this.name}}
- +
{{/if}}