forked from MapComplete/MapComplete
Small fixes for the GRB theme and value substitution
This commit is contained in:
parent
328dc5577c
commit
71f4d4091e
17 changed files with 798 additions and 74 deletions
|
@ -68,11 +68,10 @@ const loadFromTextField = new Button("Load", () => {
|
|||
|
||||
new Combine([
|
||||
new Preview(themeGenerator.url, themeGenerator.themeObject),
|
||||
"<h2>Danger zone</h2>",
|
||||
loadFrom,
|
||||
loadFromTextField,
|
||||
"<span class='alert'>Loading from the text field will erase the current theme</span>",
|
||||
|
||||
"<h2>Danger zone</h2>",
|
||||
"<br/>",
|
||||
new Button("Clear theme", setDefault),
|
||||
"<br/>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue