mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 04:32: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.setAttribute('href', link2);
|
||||
o.textContent = uricom_dec(parts[a]) || '🏠';
|
||||
if(a > 0)
|
||||
ebi('path').appendChild(mknod('i'));
|
||||
ebi('path').appendChild(o);
|
||||
ebi('path').appendChild(mknod('i'));
|
||||
drag.mktarget(o);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue