forked from MapComplete/MapComplete
Add debug dump of themeconfig
This commit is contained in:
parent
2f75299cee
commit
56d922223b
1 changed files with 4 additions and 2 deletions
|
@ -32,7 +32,9 @@ AvailableBaseLayers.implement(new AvailableBaseLayersImplementation())
|
||||||
ShowOverlayLayerImplementation.Implement();
|
ShowOverlayLayerImplementation.Implement();
|
||||||
// Miscelleanous
|
// Miscelleanous
|
||||||
Utils.DisableLongPresses()
|
Utils.DisableLongPresses()
|
||||||
|
if(new URLSearchParams(window.location.search).get("test") === "true"){
|
||||||
|
console.log(themeConfig["default"])
|
||||||
|
}
|
||||||
const layoutToUse = new LayoutConfig(themeConfig["default"])
|
const layoutToUse = new LayoutConfig(themeConfig["default"])
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue