mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
another accesskey fix
This commit is contained in:
parent
a3efc4c726
commit
9a8dbbbcf8
|
@ -3365,7 +3365,7 @@ document.onkeydown = function (e) {
|
||||||
ts = parseInt(r.ts),
|
ts = parseInt(r.ts),
|
||||||
sz = esc(r.sz + ''),
|
sz = esc(r.sz + ''),
|
||||||
rp = esc(uricom_dec(r.rp + '')[0]),
|
rp = esc(uricom_dec(r.rp + '')[0]),
|
||||||
ext = rp.lastIndexOf('.') > 0 ? rp.split('.').pop() : '%',
|
ext = rp.lastIndexOf('.') > 0 ? rp.split('.').pop().split('?')[0] : '%',
|
||||||
links = linksplit(r.rp + '');
|
links = linksplit(r.rp + '');
|
||||||
|
|
||||||
if (ext.length > 8)
|
if (ext.length > 8)
|
||||||
|
|
Loading…
Reference in a new issue