Skip to content

Commit

Permalink
- bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Supraboy981322 authored Dec 6, 2023
1 parent 6fc2faf commit f747b2a
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 @@ -148,7 +148,7 @@

function loadIframe() {
let params = new URLSearchParams(document.location.search);
let t = params.get("p");
let p = params.get("p");

if (p == null) {
changeChannel("https://supraboy981322.github.io/home.html");
Expand Down

0 comments on commit f747b2a

Please sign in to comment.