mirror of
https://github.com/9001/copyparty.git
synced 2025-10-06 03:50:30 +02:00
ah whatever, still 16 years left
This commit is contained in:
parent
1f779d5094
commit
c20b7dac3d
2 changed files with 8 additions and 5 deletions
|
@ -4688,7 +4688,10 @@ var treectl = (function () {
|
|||
}
|
||||
|
||||
srvinf = res.srvinf;
|
||||
ebi('srv_info').innerHTML = ebi('srv_info2').innerHTML = '<span>' + res.srvinf + '</span>';
|
||||
try {
|
||||
ebi('srv_info').innerHTML = ebi('srv_info2').innerHTML = '<span>' + res.srvinf + '</span>';
|
||||
}
|
||||
catch (ex) { }
|
||||
|
||||
if (this.hpush && !showfile.active())
|
||||
hist_push(this.top);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue