mirror of
https://github.com/9001/copyparty.git
synced 2026-06-20 21:22:26 -06:00
make path separator appear after every folder
This commit is contained in:
parent
92a8eab0bf
commit
9f4a44eaf1
|
|
@ -10594,9 +10594,8 @@ function reload_browser() {
|
||||||
o = mknod('a');
|
o = mknod('a');
|
||||||
o.setAttribute('href', link2);
|
o.setAttribute('href', link2);
|
||||||
o.textContent = uricom_dec(parts[a]) || '🏠';
|
o.textContent = uricom_dec(parts[a]) || '🏠';
|
||||||
if(a > 0)
|
|
||||||
ebi('path').appendChild(mknod('i'));
|
|
||||||
ebi('path').appendChild(o);
|
ebi('path').appendChild(o);
|
||||||
|
ebi('path').appendChild(mknod('i'));
|
||||||
drag.mktarget(o);
|
drag.mktarget(o);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue