mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
gj
This commit is contained in:
parent
d07f147423
commit
ccaf0ab159
|
@ -1580,7 +1580,7 @@ function reload_browser(not_mp) {
|
||||||
link += parts[a] + '/';
|
link += parts[a] + '/';
|
||||||
var o = document.createElement('a');
|
var o = document.createElement('a');
|
||||||
o.setAttribute('href', link);
|
o.setAttribute('href', link);
|
||||||
o.innerHTML = parts[a];
|
o.textContent = uricom_dec(parts[a])[0];
|
||||||
ebi('path').appendChild(o);
|
ebi('path').appendChild(o);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue