This commit is contained in:
mipmip 2024-02-12 13:13:39 +00:00
parent 8abe8f5b5c
commit 21021f9183
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -14,7 +14,7 @@ var rebuildAndRerunSearch = function() {
var docOnload = function(){
const urlParams = new URLSearchParams(window.location.search);
const query = urlParams.get('query');
const query = urlParams.get('query') ?? '';
searchInput.value = query;
searchOptions(query);