mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-11-17 15:31:43 +01:00
parent
0c1f8f6d11
commit
5479d1d9b0
1 changed files with 2 additions and 2 deletions
|
@ -747,7 +747,7 @@ function initDraw() {
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
document.getElementById("offcanvasDrawLabel").textContent = "New Entry"
|
document.getElementById("offcanvasDrawLabel").textContent = "New Entry"
|
||||||
pathWithPeriods.push([defaultPeriod, []])
|
pathWithPeriods.push([formatPeriod(currentPeriod, currentPeriod, currentVariation), []])
|
||||||
|
|
||||||
// Builds multi-input list
|
// Builds multi-input list
|
||||||
addWebsiteFields("", 0, [0])
|
addWebsiteFields("", 0, [0])
|
||||||
|
@ -778,7 +778,7 @@ function initDraw() {
|
||||||
})
|
})
|
||||||
|
|
||||||
periodsAdd.addEventListener('click', () => {
|
periodsAdd.addEventListener('click', () => {
|
||||||
pathWithPeriods.push([defaultPeriod, []])
|
pathWithPeriods.push([formatPeriod(currentPeriod, currentPeriod, currentVariation), []])
|
||||||
initPeriodGroups()
|
initPeriodGroups()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue