niceness
This commit is contained in:
parent
cc00f805ed
commit
c63bac3edd
|
@ -95,7 +95,9 @@
|
|||
|
||||
function handle_search_input(ev) {
|
||||
run_search(ev.target.value)
|
||||
window.history.pushState("", "", window.location.pathname + '?search_query='+encodeURIComponent(ev.target.value))
|
||||
window.history.pushState("", "",
|
||||
window.location.pathname + '?search_query='+encodeURIComponent(ev.target.value)
|
||||
)
|
||||
el_query.addEventListener('input', handle_search_input)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue