fix indent: tabs in browser.js, but spaces in up2k.js…

This commit is contained in:
juodumas 2026-06-03 11:40:29 +03:00
parent 352366ba76
commit b91b55017f

View file

@ -6367,11 +6367,11 @@ var ahotkeys = function (e) {
return showfile.ppj(e) || true; return showfile.ppj(e) || true;
} }
if (kl == 'n' && sh) if (kl == 'n' && sh)
return up2k.up('dir') return up2k.up('dir')
if (kl == 'n') if (kl == 'n')
return up2k.up('file') return up2k.up('file')
if (sh && kl != 'a' && kl != 'd') if (sh && kl != 'a' && kl != 'd')
return; return;