Skip to content

Commit

Permalink
oh right the /
Browse files Browse the repository at this point in the history
  • Loading branch information
mi2ebi committed Sep 25, 2023
1 parent 70e71fe commit 5065f0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -408,13 +408,13 @@ <h2>credits</h2>
observer.observe(id("bottom"));
const params = new URLSearchParams({ "q": q });
if (rhyme) params.append("rhyme", "");
const url = "https://berrymot.github.io/xlasisku?" + params.toString().replace(/=$/, "");
const url = "https://berrymot.github.io/xlasisku/?" + params.toString().replace(/=$/, "");
window.history.pushState(null, null, url);
} else {
id("status").innerHTML = "";
id("results").innerHTML = "";
page = 0;
const url = "https://berrymot.github.io/xlasisku" + (rhyme ? "?rhyme" : "");
const url = "https://berrymot.github.io/xlasisku/" + (rhyme ? "?rhyme" : "");
window.history.pushState(null, null, url);
}
}, 100);
Expand Down

0 comments on commit 5065f0e

Please sign in to comment.