From c1d247f72a46afb4ad2ddbfeb8acfe66955a330c Mon Sep 17 00:00:00 2001 From: Professor Bunbury <69010799+professorbunbury@users.noreply.github.com> Date: Tue, 19 Jan 2021 12:14:38 -0500 Subject: [PATCH] Updated template.js to fix Character Sheet Notes problem Removes notes HTML from new character sheet template to fix text field commas problem. --- module/templates.js | 1 - 1 file changed, 1 deletion(-) diff --git a/module/templates.js b/module/templates.js index f2104023..f3de3dc4 100644 --- a/module/templates.js +++ b/module/templates.js @@ -21,7 +21,6 @@ export const preloadHandlebarsTemplates = async function() { "systems/sw5e/templates/actors/newActor/parts/swalt-active-effects.html", "systems/sw5e/templates/actors/newActor/parts/swalt-features.html", "systems/sw5e/templates/actors/newActor/parts/swalt-inventory.html", - "systems/sw5e/templates/actors/newActor/parts/swalt-notes.html", "systems/sw5e/templates/actors/newActor/parts/swalt-powerbook.html", "systems/sw5e/templates/actors/newActor/parts/swalt-resources.html", "systems/sw5e/templates/actors/newActor/parts/swalt-traits.html",