update ui webp export
This commit is contained in:
5
app.js
5
app.js
@@ -36,6 +36,7 @@ const timelineSectionEl = document.getElementById("timeline-section");
|
||||
const calendarSectionEl = document.getElementById("calendar-section");
|
||||
const holidaySectionEl = document.getElementById("holiday-section");
|
||||
const tarotSectionEl = document.getElementById("tarot-section");
|
||||
const tarotHouseSectionEl = document.getElementById("tarot-house-section");
|
||||
const astronomySectionEl = document.getElementById("astronomy-section");
|
||||
const natalSectionEl = document.getElementById("natal-section");
|
||||
const planetSectionEl = document.getElementById("planet-section");
|
||||
@@ -59,6 +60,7 @@ const openCalendarTimelineEl = document.getElementById("open-calendar-timeline")
|
||||
const openCalendarMonthsEl = document.getElementById("open-calendar-months");
|
||||
const openHolidaysEl = document.getElementById("open-holidays");
|
||||
const openTarotEl = document.getElementById("open-tarot");
|
||||
const openTarotHouseEl = document.getElementById("open-tarot-house");
|
||||
const openAstronomyEl = document.getElementById("open-astronomy");
|
||||
const openPlanetsEl = document.getElementById("open-planets");
|
||||
const openCyclesEl = document.getElementById("open-cycles");
|
||||
@@ -399,6 +401,7 @@ sectionStateUi.init?.({
|
||||
calendarSectionEl,
|
||||
holidaySectionEl,
|
||||
tarotSectionEl,
|
||||
tarotHouseSectionEl,
|
||||
astronomySectionEl,
|
||||
natalSectionEl,
|
||||
planetSectionEl,
|
||||
@@ -422,6 +425,7 @@ sectionStateUi.init?.({
|
||||
openCalendarMonthsEl,
|
||||
openHolidaysEl,
|
||||
openTarotEl,
|
||||
openTarotHouseEl,
|
||||
openAstronomyEl,
|
||||
openPlanetsEl,
|
||||
openCyclesEl,
|
||||
@@ -517,6 +521,7 @@ navigationUi.init?.({
|
||||
openCalendarMonthsEl,
|
||||
openHolidaysEl,
|
||||
openTarotEl,
|
||||
openTarotHouseEl,
|
||||
openAstronomyEl,
|
||||
openPlanetsEl,
|
||||
openCyclesEl,
|
||||
|
||||
Reference in New Issue
Block a user