mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 12:42:51 -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();
|
||||
|
||||
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] + '/';
|
||||
|
|
|
|||
Loading…
Reference in a new issue