forked from MapComplete/MapComplete
Merge branches
This commit is contained in:
commit
71e4038f69
3 changed files with 12 additions and 12 deletions
2
index.ts
2
index.ts
|
@ -101,7 +101,7 @@ if (layoutFromBase64.startsWith("wiki:")) {
|
|||
throw e;
|
||||
}
|
||||
},
|
||||
}).fail(e => {
|
||||
}).fail(() => {
|
||||
new FixedUiElement(`<a href="${cleanUrl}">${themeName}</a> is invalid:<br/>Could not download - wrong URL?`)
|
||||
.SetClass("clickable")
|
||||
.AttachTo("centermessage");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue