Add the possibility to load layouts from the OSM-wiki. What could possibly go wrong?

This commit is contained in:
Pieter Vander Vennet 2020-09-07 02:25:45 +02:00
parent 115dc0249c
commit d9cae0fc46
7 changed files with 297 additions and 222 deletions

View file

@ -86,7 +86,7 @@ export default class CustomGeneratorPanel extends UIElement {
},
{
header: "<img src='./assets/share.svg'>",
content: new SharePanel(es, liveUrl)
content: new SharePanel(es, liveUrl, userDetails)
}
])
}