Skip to content

Commit

Permalink
Update search.html
Browse files Browse the repository at this point in the history
  • Loading branch information
FishlandicFishy authored Aug 7, 2024
1 parent cd2a6d7 commit 548afe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dict/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h3>Other</h3>
}

function search() {
var baseUrl = "https://" + window.location.hostname + "/lexicring/dict/";
var baseUrl = "https://" + window.location.hostname + "/lexicring/wiki/";
var inputText = document.getElementById("link").value.toLowerCase();
var formattedInput = inputText.split(" ").join("-") + ".html";
var url = baseUrl + formattedInput;
Expand Down

0 comments on commit 548afe5

Please sign in to comment.