Merge branches

This commit is contained in:
Pieter Vander Vennet 2020-09-20 19:14:01 +02:00
commit 71e4038f69
3 changed files with 12 additions and 12 deletions

View file

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