make path separator appear after every folder

This commit is contained in:
Til Schmitter 2026-04-26 21:10:33 +02:00
parent 92a8eab0bf
commit 9f4a44eaf1

View file

@ -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);
}