fixed onyomi
This commit is contained in:
parent
e3684a59f4
commit
c0b49a1090
|
@ -181,7 +181,7 @@
|
|||
|
||||
$("#kanji_meaning").html((typeof meaning !== typeof undefined) ? meaning : "Apparently this has no meaning. Tell me about it.");
|
||||
$("#kun_yomi").html((typeof kun !== typeof undefined) ? "Kun: " + kun : "");
|
||||
$("#on_yomi").html((typeof on !== typeof undefined) ? "On: " + kun : "");
|
||||
$("#on_yomi").html((typeof on !== typeof undefined) ? "On: " + on : "");
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue