mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 05:32:25 -06:00
scroll expanded search into view
This commit is contained in:
parent
8b05cd5f16
commit
2e7a500fdb
|
|
@ -7244,7 +7244,7 @@ var search_ui = (function () {
|
||||||
|
|
||||||
var ms = ebi('moresearch');
|
var ms = ebi('moresearch');
|
||||||
if(e){
|
if(e){
|
||||||
location.hash = '#';
|
window.scrollTo(0, 0)
|
||||||
ms.innerHTML = '▴'
|
ms.innerHTML = '▴'
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue