dev #160

Merged
sora merged 97 commits from dev into master 2025-03-02 01:09:30 +01:00
Showing only changes of commit 0949635148 - Show all commits

View File

@ -1,6 +1,6 @@
doctype html doctype html
include module/head.pug include module/head.pug
main#app(v-cloak) main#app(v-cloak)
div(v-if="journey_data.main[journey_step_data.section] != undefined") div(v-if="journey.data.main[journey.sel_leg] != undefined")
include module/view_step.pug include module/view_step.pug
include module/foot.pug include module/foot.pug