forked from MapComplete/MapComplete
Formatting
This commit is contained in:
parent
332081c0db
commit
ebf866f138
3 changed files with 1294 additions and 1293 deletions
|
@ -59,7 +59,8 @@ export class InitUiElements {
|
||||||
`Error: incorrect layout <i>${layoutName}</i><br/><a href='https://${window.location.host}/'>Go back</a>`
|
`Error: incorrect layout <i>${layoutName}</i><br/><a href='https://${window.location.host}/'>Go back</a>`
|
||||||
)
|
)
|
||||||
.AttachTo("centermessage")
|
.AttachTo("centermessage")
|
||||||
.onClick(() => {});
|
.onClick(() => {
|
||||||
|
});
|
||||||
throw "Incorrect layout";
|
throw "Incorrect layout";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue