forked from nin0/website
added bad drag and drop
This commit is contained in:
parent
305a81508e
commit
e40b97f984
4 changed files with 82 additions and 2 deletions
|
@ -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"));
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue