Content deleted Content added
Opencooper (talk | contribs) tweak |
Opencooper (talk | contribs) fix |
||
Line 409:
var definition = headword.parent().siblings("ol").children("li").first().text();
definition = definition.split('\n', 1)[0];
definition = definition.replace(/\[[0-9]{1,2}\]/g, "");
$("#kanjiInfo").prop("title", definition);
}
|