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