ah whatever, still 16 years left

This commit is contained in:
ed 2022-05-15 17:23:52 +02:00
parent 1f779d5094
commit c20b7dac3d
2 changed files with 8 additions and 5 deletions

View file

@ -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);