mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
wow when did that break
This commit is contained in:
parent
0d9567575a
commit
1ea145b384
|
@ -666,7 +666,7 @@ function ft2dict(tr) {
|
||||||
|
|
||||||
for (var a = 1, aa = th.length; a < aa; a++) {
|
for (var a = 1, aa = th.length; a < aa; a++) {
|
||||||
var tv = tr.cells[a].textContent,
|
var tv = tr.cells[a].textContent,
|
||||||
tk = a == 1 ? 'file' : th[a].getAttribute('name').split('/').pop(),
|
tk = a == 1 ? 'file' : th[a].getAttribute('name').split('/').pop().toLowerCase(),
|
||||||
vis = th[a].className.indexOf('min') === -1;
|
vis = th[a].className.indexOf('min') === -1;
|
||||||
|
|
||||||
if (!tv)
|
if (!tv)
|
||||||
|
@ -1913,9 +1913,6 @@ var fileman = (function () {
|
||||||
if (!md.hasOwnProperty(k))
|
if (!md.hasOwnProperty(k))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
md[k.toLowerCase()] = md[k];
|
|
||||||
k = k.toLowerCase();
|
|
||||||
|
|
||||||
if (k.startsWith('.'))
|
if (k.startsWith('.'))
|
||||||
md[k.slice(1)] = md[k];
|
md[k.slice(1)] = md[k];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue