fix capitals?

This commit is contained in:
Lazy Hippopotamus
2023-07-13 13:18:17 -04:00
parent 3ec77e8f19
commit 36cd20ec45
5 changed files with 9 additions and 6 deletions

View File

@@ -7,6 +7,9 @@ if (window.location.hash == "#TCAS_sc1") {
behavior: "smooth"
});
}
else if (window.location.hash.startsWith("#TCAS_fya:")) {
document.getElementById("content").innerHTML = "<p>" + decodeURI(window.location.hash.substring(10)) + "</p>";
}
window.ontouchstart = (evt) => {
startX = evt.touches[0].clientX;