another accesskey fix

This commit is contained in:
ed 2021-11-22 21:57:29 +01:00
parent a3efc4c726
commit 9a8dbbbcf8

View file

@ -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)