Bug fix
This commit is contained in:
parent
b5bd664d88
commit
6a1ceb473f
1 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue