Removed original conjugation test function.

This commit is contained in:
doncr
2016-12-10 01:12:56 +00:00
parent 4a3f71ec93
commit 13e8e4cbfd
2 changed files with 0 additions and 68 deletions

View File

@ -152,52 +152,5 @@
-->
</div>
<!--
<h2>Conjugator</h2>
<div class="entry"><input id="input" onkeypress="showForms(event)"/></div>
<h3>Verb</h3>
<table>
<tr>
<th>Word</th>
<td id="word">
</tr>
<tr>
<th>Masu form</th>
<td id="masu">
</tr>
<tr>
<th>Te form</th>
<td id="te">
</tr>
<tr>
<th>Present negative</th>
<td id="present_negative">
</tr>
<tr>
<th>Past negative informal</th>
<td id="past_negative_informal">
</tr>
<tr>
<th>Past informal</th>
<td id="past_informal">
</tr>
</table>
<h3>Adjective</h3>
<table>
<tr>
<th>Present negative form</th>
<td id="present_negative_adj">
</tr>
<tr>
<th>Past affirmative form</th>
<td id="past_affirmative_adj">
</tr>
</table>
-->
</body>
</html>