forked from GitHub-Mirrors/foundry-sw5e
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:
parent
1c6202bede
commit
e61d4fc1a2
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue