1
0
Fork 0
forked from nin0/website

added bad drag and drop

This commit is contained in:
nin0 2024-07-28 10:20:10 -04:00
parent 305a81508e
commit e40b97f984
4 changed files with 82 additions and 2 deletions

View file

@ -64,3 +64,6 @@ function showCredits() {
document.getElementById("credits").style.display = "block";
document.getElementById("credits-button").style.display = "none";
}
document.addEventListener("DOMContentLoaded", () => {
dragElement(document.getElementById("main-window"));
});