mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
fix indent: tabs in browser.js, but spaces in up2k.js…
This commit is contained in:
parent
352366ba76
commit
b91b55017f
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue