Formatting

This commit is contained in:
Pieter Vander Vennet 2021-07-23 15:56:22 +02:00
parent 332081c0db
commit ebf866f138
3 changed files with 1294 additions and 1293 deletions

View file

@ -59,7 +59,8 @@ export class InitUiElements {
`Error: incorrect layout <i>${layoutName}</i><br/><a href='https://${window.location.host}/'>Go back</a>`
)
.AttachTo("centermessage")
.onClick(() => {});
.onClick(() => {
});
throw "Incorrect layout";
}