mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Deploying to gh-pages from @ crystal-ameba/ameba@a42b218ca6 🚀
This commit is contained in:
parent
0b5a013926
commit
1833ecf1d3
149 changed files with 1004 additions and 1000 deletions
|
@ -1000,7 +1000,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||
// TODO: Add OpenSearch description
|
||||
var searchQuery = location.hash.substring(3);
|
||||
history.pushState({searchQuery: searchQuery}, "Search for " + searchQuery, location.href.replace(/#q=.*/, ""));
|
||||
searchInput.value = searchQuery;
|
||||
searchInput.value = decodeURIComponent(searchQuery);
|
||||
document.addEventListener('CrystalDocs:loaded', performSearch);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue