fixed nouns not being properly checked in database
This commit is contained in:
20
test.html
20
test.html
@@ -2862,8 +2862,8 @@ LU'NYA
|
||||
|
||||
<span
|
||||
class="clickable"
|
||||
onclick="showPopup('rila','ri','possesive')"
|
||||
onmouseover="checkHover('rila','ri',this,'possesive')"
|
||||
onclick="showPopup('rila','rila')"
|
||||
onmouseover="checkHover('rila','rila',this)"
|
||||
onmouseout="clearHover()">
|
||||
rila
|
||||
</span>
|
||||
@@ -2896,8 +2896,8 @@ LU'NYA
|
||||
|
||||
<span
|
||||
class="clickable"
|
||||
onclick="showPopup('','ri','possesive')"
|
||||
onmouseover="checkHover('','ri',this,'possesive')"
|
||||
onclick="showPopup('','rila')"
|
||||
onmouseover="checkHover('','rila',this)"
|
||||
onmouseout="clearHover()">
|
||||
|
||||
</span>
|
||||
@@ -3832,10 +3832,10 @@ mishipash
|
||||
ton
|
||||
</td>
|
||||
<td>
|
||||
???
|
||||
noun
|
||||
</td>
|
||||
<td>
|
||||
???
|
||||
color
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -4162,16 +4162,16 @@ he, she, they, it
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
ri
|
||||
ri.la
|
||||
</td>
|
||||
<td>
|
||||
modifier
|
||||
noun
|
||||
</td>
|
||||
<td>
|
||||
sharp
|
||||
horns
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user