forked from MapComplete/MapComplete
Various small fixes
This commit is contained in:
parent
1ea285d303
commit
2dd428497e
45 changed files with 776 additions and 587 deletions
3
index.ts
3
index.ts
|
@ -7,6 +7,7 @@ import {UIEventSource} from "./Logic/UIEventSource";
|
|||
import * as $ from "jquery";
|
||||
import {FromJSON} from "./Customizations/JSON/FromJSON";
|
||||
import {TagRendering} from "./UI/TagRendering";
|
||||
import {State} from "./State";
|
||||
|
||||
TagRendering.injectFunction();
|
||||
|
||||
|
@ -18,6 +19,8 @@ if (location.href.startsWith("http://buurtnatuur.be")) {
|
|||
window.location.replace("https://buurtnatuur.be");
|
||||
}
|
||||
|
||||
|
||||
|
||||
let testing: UIEventSource<string>;
|
||||
if (location.hostname === "localhost" || location.hostname === "127.0.0.1") {
|
||||
testing = QueryParameters.GetQueryParameter("test", "true");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue