Merge commit 'd079ba91aa29395262b8084f811eec26e51750b9'
This commit is contained in:
commit
2c2c07ef11
4 changed files with 13 additions and 10 deletions
|
@ -43,6 +43,14 @@
|
||||||
"https://osoc.be/editions/2020/walk-by-brussels"
|
"https://osoc.be/editions/2020/walk-by-brussels"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "safe_loops.svg",
|
||||||
|
"license": "CC-BY-SA-4.0",
|
||||||
|
"authors": [
|
||||||
|
"Robbert Gurdeep Singh"
|
||||||
|
],
|
||||||
|
"sources": []
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "shed.svg",
|
"path": "shed.svg",
|
||||||
"license": "CC-BY-SA-4.0",
|
"license": "CC-BY-SA-4.0",
|
||||||
|
@ -82,13 +90,5 @@
|
||||||
"sources": [
|
"sources": [
|
||||||
"https://osoc.be/editions/2020/walk-by-brussels"
|
"https://osoc.be/editions/2020/walk-by-brussels"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "safe_loops.svg",
|
|
||||||
"license": "CC-BY-SA",
|
|
||||||
"authors": [
|
|
||||||
"Robbert Gurdeep Singh"
|
|
||||||
],
|
|
||||||
"sources": [ ]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
2
assets/layers/bike_parking/safe_loops.svg.license
Normal file
2
assets/layers/bike_parking/safe_loops.svg.license
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SPDX-FileCopyrightText: Robbert Gurdeep Singh
|
||||||
|
SPDX-License-Identifier: CC-BY-SA
|
|
@ -1,2 +1,2 @@
|
||||||
SPDX-FileCopyrightText: Pieter Vander Vennet
|
SPDX-FileCopyrightText: Pieter Vander Vennet
|
||||||
SPDX-License-Identifier: CC0
|
SPDX-License-Identifier: CC0-1.0
|
|
@ -49,6 +49,7 @@
|
||||||
|
|
||||||
let htmlElem: HTMLDivElement
|
let htmlElem: HTMLDivElement
|
||||||
function enableEditMode(){
|
function enableEditMode(){
|
||||||
|
editMode = true
|
||||||
// EditMode switched to true yet the answer is already known, so the person wants to make a change
|
// EditMode switched to true yet the answer is already known, so the person wants to make a change
|
||||||
// Make sure that the question is in the scrollview!
|
// Make sure that the question is in the scrollview!
|
||||||
window.setTimeout(() => {
|
window.setTimeout(() => {
|
||||||
|
|
Loading…
Reference in a new issue