Content deleted Content added
Opencooper (talk | contribs) full Latin range |
Opencooper (talk | contribs) uncommenting |
||
Line 63:
if (latinOnlyRe.test(kanji)) {
$("#kanjiInfo").addClass("kanjiInfo-latin-only");
} else if (hiraganaOnlyRe.test(kanji)) {
$("#kanjiInfo").addClass("kanjiInfo-hiragana-only");
Line 72:
function requestKana() {
// API docs: https://www.wikidata.org/w/api.php?action=help&modules=wbgetclaims
// We have to wholesale get all the claims instead of just one because the
Line 111 ⟶ 110:
function scrapeKana() {
var jaLabel;
if ($(".interwiki-ja").length) {
|