mirror of
https://github.com/9001/copyparty.git
synced 2026-06-22 14:02:53 -06:00
Update browser.js
This commit is contained in:
parent
121c0b06fb
commit
e3cc8ca171
|
|
@ -5743,9 +5743,7 @@ var thegrid = (function () {
|
||||||
var ref = ths[a].getAttribute('ref');
|
var ref = ths[a].getAttribute('ref');
|
||||||
if (!ref)
|
if (!ref)
|
||||||
continue;
|
continue;
|
||||||
var reft = ebi(ref);
|
var cl = ebi(ref).closest('tr').className || '';
|
||||||
var tr = reft && reft.closest('tr'),
|
|
||||||
cl = tr.className || '';
|
|
||||||
|
|
||||||
if (noq_href(ths[a]).endsWith('/'))
|
if (noq_href(ths[a]).endsWith('/'))
|
||||||
cl += ' dir';
|
cl += ' dir';
|
||||||
|
|
@ -6274,6 +6272,9 @@ var ahotkeys = function (e) {
|
||||||
return ebi('griden').click();
|
return ebi('griden').click();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (aet == 'input')
|
||||||
|
return;
|
||||||
|
|
||||||
var in_ftab = (aet == 'tr' || aet == 'td') && ae.closest('#files');
|
var in_ftab = (aet == 'tr' || aet == 'td') && ae.closest('#files');
|
||||||
if (in_ftab) {
|
if (in_ftab) {
|
||||||
var d = '', rem = 0;
|
var d = '', rem = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue