two screensavers added
This commit is contained in:
@@ -1269,6 +1269,12 @@ let inputAnimationBtn = document.getElementById("input-animation-btn");
|
||||
|
||||
inputAnimationBtn.addEventListener("click", () => {
|
||||
localStorage.setItem("inputAnimation", inputAnimation.value);
|
||||
|
||||
|
||||
fetch("/screensaver", {
|
||||
method: "POST",
|
||||
body: inputAnimation.value,
|
||||
});
|
||||
});
|
||||
|
||||
// scroll speed row two
|
||||
|
Reference in New Issue
Block a user