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