forked from MapComplete/MapComplete
Translation sync, small fixes
This commit is contained in:
parent
382dec9845
commit
be41ead9bf
7 changed files with 37 additions and 37 deletions
|
@ -214,9 +214,9 @@ export default class CopyrightPanel extends Combine {
|
|||
private static IconAttribution(iconPath: string): BaseUIElement {
|
||||
if (iconPath.startsWith("http")) {
|
||||
try{
|
||||
iconPath = "." + new URL(iconPath).pathname;
|
||||
iconPath = "." + new URL(iconPath).pathname;
|
||||
}catch(e){
|
||||
console.error(e)
|
||||
console.warn(e)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue