Fixed banner not working #2
This commit is contained in:
parent
1b9b1cd5e4
commit
66018f3b8b
1 changed files with 2 additions and 1 deletions
|
@ -168,7 +168,8 @@ class Hostbanner {
|
|||
properties["cache_tag"] = "?_ts=" + update_timestamp;
|
||||
else
|
||||
properties["cache_tag"] = "&_ts=" + update_timestamp;
|
||||
} finally {
|
||||
} catch(error) {
|
||||
console.warn(tr("Failed to parse banner URL: %o"), error);
|
||||
properties["cache_tag"] = "&_ts=" + update_timestamp;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue