forked from MapComplete/MapComplete
Refactoring: cleanup of no longer necessary code
This commit is contained in:
parent
afb94ecefb
commit
d7b83e0d88
8 changed files with 4 additions and 113 deletions
|
|
@ -208,10 +208,6 @@ export default class DetermineTheme {
|
|||
private static async LoadRemoteTheme(link: string): Promise<ThemeConfig | null> {
|
||||
console.log("Downloading map theme from ", link)
|
||||
|
||||
new FixedUiElement(`Downloading the theme from the <a href="${link}">link</a>...`).AttachTo(
|
||||
"maindiv"
|
||||
)
|
||||
|
||||
let parsed = <ThemeConfigJson>await Utils.downloadJson(link)
|
||||
let forcedId = parsed.id
|
||||
const url = new URL(link)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue