forked from MapComplete/MapComplete
Add wrong default import from json files to code quality checks, fix those imports
This commit is contained in:
parent
71c815d37d
commit
ce44f34bf3
42 changed files with 167 additions and 148 deletions
2
index.ts
2
index.ts
|
@ -60,7 +60,7 @@ new Combine([
|
|||
.SetClass("link-underline small")
|
||||
.onClick(() => {
|
||||
localStorage.clear()
|
||||
window.location.reload(true)
|
||||
window.location.reload()
|
||||
}),
|
||||
]).AttachTo("centermessage") // Add an initialization and reset button if something goes wrong
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue