fixed onyomi

This commit is contained in:
Robert 2021-01-05 02:47:04 +01:00
parent e3684a59f4
commit c0b49a1090

View file

@ -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 : "");
});
}