update case
This commit is contained in:
parent
3a01fa356b
commit
79069aeafc
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue