mirror of
https://github.com/9001/copyparty.git
synced 2026-06-20 05:02:28 -06:00
remove dependency on "entree" object when generating path
This commit is contained in:
parent
74a4f351a9
commit
b7e0d9596c
|
|
@ -9841,12 +9841,10 @@ function reload_browser() {
|
||||||
filecols.set_style();
|
filecols.set_style();
|
||||||
|
|
||||||
var parts = get_evpath().split('/'),
|
var parts = get_evpath().split('/'),
|
||||||
rm = ebi('entree'),
|
|
||||||
ftab = ebi('files'),
|
ftab = ebi('files'),
|
||||||
link = '', o;
|
link = '', o;
|
||||||
|
|
||||||
while (rm.nextSibling)
|
ebi('path').innerHTML = "";
|
||||||
rm.parentNode.removeChild(rm.nextSibling);
|
|
||||||
|
|
||||||
for (var a = 0; a < parts.length - 1; a++) {
|
for (var a = 0; a < parts.length - 1; a++) {
|
||||||
link += parts[a] + '/';
|
link += parts[a] + '/';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue