Corrected Character Sheet Notes (text field error)

Corrects error with text fields in the Notes section of the character sheet.
This commit is contained in:
Professor Bunbury 2021-01-19 11:45:54 -05:00
parent 1c6202bede
commit e61d4fc1a2

View file

@ -114,7 +114,7 @@
<button class="item" data-tab="powerbook">{{ localize "SW5E.Powerbook" }}</button>
<button class="item" data-tab="effects">{{ localize "SW5E.Effects" }}</button>
<button class="item" data-tab="biography">{{ localize "SW5E.Biography" }}</button>
<button class="item" data-tab="notes">{{ localize "SW5E.Notes" }}</button>
<!-- <button class="item" data-tab="notes">{{ localize "SW5E.Notes" }}</button> -->
</nav>
{{!-- PC Sheet Body --}}
<section class="sheet-body">
@ -142,8 +142,8 @@
<section class="tab biography" data-group="primary" data-tab="biography">
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-biography.html"}}
</section>
{{!-- Notes Tab --}}
<!-- {{!-- Notes Tab --}}
<section class="tab notes" data-group="primary" data-tab="notes">
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-notes.html"}}
</section>
</section> -->
</form>