another accesskey fix
This commit is contained in:
parent
a3efc4c726
commit
9a8dbbbcf8
@ -3365,7 +3365,7 @@ document.onkeydown = function (e) {
|
||||
ts = parseInt(r.ts),
|
||||
sz = esc(r.sz + ''),
|
||||
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 + '');
|
||||
|
||||
if (ext.length > 8)
|
||||
|
Loading…
Reference in New Issue
Block a user