From 816cbe69fb2439c7a9eea9f2ee4f88556d12789c Mon Sep 17 00:00:00 2001 From: soraefir Date: Sun, 25 Jun 2023 23:19:24 +0200 Subject: [PATCH] Fixed case of day=0 --- public/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/main.js b/public/js/main.js index 79f8e63..1b8dfae 100644 --- a/public/js/main.js +++ b/public/js/main.js @@ -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==""){