mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 09:22:31 -06:00
a11y: improve skip-to-files
This commit is contained in:
parent
bdd0e5d771
commit
c694cbffdc
|
@ -2464,7 +2464,7 @@ function eval_hash() {
|
||||||
if (a)
|
if (a)
|
||||||
QS(treectl.hidden ? '#path a:nth-last-child(2)' : '#treeul a.hl').focus();
|
QS(treectl.hidden ? '#path a:nth-last-child(2)' : '#treeul a.hl').focus();
|
||||||
else
|
else
|
||||||
QS(thegrid.en ? '#ggrid a' : '#files tbody a').focus();
|
QS(thegrid.en ? '#ggrid a' : '#files tbody tr[tabindex]').focus();
|
||||||
};
|
};
|
||||||
})(a);
|
})(a);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue