Fixed case of day=0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
soraefir 2023-06-25 23:19:24 +02:00
parent b382b6890b
commit 816cbe69fb
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -199,7 +199,7 @@ const app = new Vue({
},
sel_section: function(idx){
this.journey_step_data.section = idx;
this.journey_step_data.day = 0;
this.journey_step_data.day = 1;
},
search_nominatim: function(txt,f){
if(txt==""){