Updated template.js to fix Character Sheet Notes problem

Removes notes HTML from new character sheet template to fix text field commas problem.
This commit is contained in:
Professor Bunbury 2021-01-19 12:14:38 -05:00
parent e61d4fc1a2
commit c1d247f72a

View file

@ -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",