Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuckleberry-Finn committed May 15, 2024
1 parent a276992 commit e05bd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
const action = search.get("action");
if (urldata !== null) {
console.log(urldata);
const url = decodeURIComponent(urldata);
let url = decodeURIComponent(urldata);
document.getElementById("createOptions").remove()
if (action === "connect") {
// Setup Connect!
Expand Down

0 comments on commit e05bd2f

Please sign in to comment.