mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -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)
|
||||
QS(treectl.hidden ? '#path a:nth-last-child(2)' : '#treeul a.hl').focus();
|
||||
else
|
||||
QS(thegrid.en ? '#ggrid a' : '#files tbody a').focus();
|
||||
QS(thegrid.en ? '#ggrid a' : '#files tbody tr[tabindex]').focus();
|
||||
};
|
||||
})(a);
|
||||
|
||||
|
|
Loading…
Reference in a new issue