update case

This commit is contained in:
Ren Tatsumoto 2023-03-07 05:16:46 +03:00
parent 3a01fa356b
commit 79069aeafc

View file

@ -49,7 +49,7 @@
</div> <!-- /wrap -->
<script>
function tweak_reveal_text() {
function tweakRevealText() {
const elem = document.querySelector("div.ensentence > a.hint");
if (elem) {
elem.innerText = "Reveal English translation";
@ -77,6 +77,6 @@
markPitch();
removePitchBrackets();
tweak_reveal_text();
tweakRevealText();
removeNoPitchAccentDataText();
</script>