This commit is contained in:
CatAClock 2025-07-13 11:38:17 -07:00
parent b5bd664d88
commit 6a1ceb473f

View file

@ -22,7 +22,7 @@ let YoutubeHandleInput = document.getElementsByClassName("WebInput Youtube")[1];
let YoutubeLogoutButton = document.getElementsByClassName("Logout Youtube")[0];
// original link
let Origin = location.origin + "/HTML/setting.html"
let Origin = location.origin + "/setting"
// Allow the user to change if Remote is a thing or not.
RemoteButton.onclick = (event) => {