Skip to content

Commit

Permalink
Update xipa.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Neonnaut committed Jul 6, 2024
1 parent ca56b09 commit eaa9c24
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions xipa.html
Original file line number Diff line number Diff line change
Expand Up @@ -387,15 +387,12 @@ <h1>IPA Keyboard and X-Sampa Converter</h1>
<input type="button" id="clearButton" value="Clear" onclick="ClearFields();" class="ipa-output-button"/>
</div>

<textarea id="sampaBox" onkeyup="TranslateSAMPA()" placeholder="X-SAMPA"></textarea>
<input type="text" id="sampaBox" onkeyup="TranslateSAMPA()" placeholder="X-SAMPA"></input>

<div id="symbolsUsed">
<span id="symbolsList"></span>
</div>




</div>
<textarea class="box" rows="2" id="ipaBox" onkeyup="TranslateIPA()"></textarea>
</div>
Expand Down

0 comments on commit eaa9c24

Please sign in to comment.