2 parents 0898f96 + 6c5d694 commit f525389Copy full SHA for f525389
1 file changed
src/index.ts
@@ -219,7 +219,7 @@ Hooks.once('init', async () => {
219
)
220
221
// Register Handlebars partials used by the progress journal page
222
- await (loadTemplates as any)({
+ await (foundry.applications.handlebars.loadTemplates as any)({
223
progressButtons:
224
'systems/foundry-ironsworn/templates/journal/progress-buttons.hbs',
225
progressBoxes:
0 commit comments