remove dependency on "entree" object when generating path

This commit is contained in:
Til Schmitter 2026-04-03 16:09:24 +02:00
parent 74a4f351a9
commit b7e0d9596c

View file

@ -9841,12 +9841,10 @@ function reload_browser() {
filecols.set_style();
var parts = get_evpath().split('/'),
rm = ebi('entree'),
ftab = ebi('files'),
link = '', o;
while (rm.nextSibling)
rm.parentNode.removeChild(rm.nextSibling);
ebi('path').innerHTML = "";
for (var a = 0; a < parts.length - 1; a++) {
link += parts[a] + '/';