contact section
This commit is contained in:
@@ -4,6 +4,6 @@ $("contact-info-container").addEventListener("click", () => {
|
||||
fetch("contact-info.obfuscated")
|
||||
.then((response) => response.text())
|
||||
.then((text) => {
|
||||
id("contact-info-container").innerHTML = atob(text);
|
||||
$("contact-info-container").innerHTML = atob(text);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user