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 New Issue
Block a user