forked from MapComplete/MapComplete
Fix deployment, fix documentation generation, add a small markdown generator
This commit is contained in:
parent
e480c97676
commit
8e72b70742
27 changed files with 478 additions and 399 deletions
5
index.ts
5
index.ts
|
@ -33,10 +33,6 @@ if (location.href.indexOf("buurtnatuur.be") >= 0) {
|
|||
defaultLayout = "buurtnatuur"
|
||||
}
|
||||
|
||||
const customCssQP = QueryParameters.GetQueryParameter("custom-css", "", "If specified, the custom css from the given link will be loaded additionaly");
|
||||
if (customCssQP.data !== undefined && customCssQP.data !== "") {
|
||||
Utils.LoadCustomCss(customCssQP.data);
|
||||
}
|
||||
|
||||
|
||||
let testing: UIEventSource<string>;
|
||||
|
@ -87,7 +83,6 @@ if (layoutToUse?.id === "cyclofix") {
|
|||
|
||||
|
||||
const layoutFromBase64 = decodeURIComponent(userLayoutParam.data);
|
||||
document.getElementById('centermessage').innerText = 'Initilai';
|
||||
|
||||
new Combine(["Initializing... <br/>",
|
||||
new FixedUiElement("<a>If this message persist, something went wrong - click here to try again</a>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue