Fix capitalization error
This commit is contained in:
parent
1f721678a4
commit
d560c9b141
|
@ -10,7 +10,7 @@ contentsToggle = function() {
|
||||||
} else {
|
} else {
|
||||||
i.style.display = "block"
|
i.style.display = "block"
|
||||||
t.style.display = "none"
|
t.style.display = "none"
|
||||||
b.innerText = "switch to turn order"
|
b.innerText = "Switch to turn order"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue