mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
instantly perform search when URL contains a raw query
This commit is contained in:
parent
e5641ddd16
commit
a50d0563c3
|
@ -3049,7 +3049,7 @@ function eval_hash() {
|
||||||
goto('search');
|
goto('search');
|
||||||
var i = ebi('q_raw');
|
var i = ebi('q_raw');
|
||||||
i.value = uricom_dec(v.slice(3));
|
i.value = uricom_dec(v.slice(3));
|
||||||
return i.oninput();
|
return i.onkeydown({ 'key': 'Enter' });
|
||||||
}
|
}
|
||||||
|
|
||||||
if (v.indexOf('#v=') === 0) {
|
if (v.indexOf('#v=') === 0) {
|
||||||
|
|
Loading…
Reference in a new issue