From 133f019134bcd3f5b93b8bd2fdb4294d64a5e52d Mon Sep 17 00:00:00 2001 From: soraefir Date: Mon, 19 Jun 2023 12:42:11 +0200 Subject: [PATCH] Added Notes and Folding --- 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 d074039..b88171c 100644 --- a/public/js/main.js +++ b/public/js/main.js @@ -224,7 +224,7 @@ const app = new Vue({ this.journey_data.main.splice(idx,1); }, toggle_section_vis: function(idx){ - this.journey_data.main[idx].hidden != this.journey_data.main[idx].hidden; + this.journey_data.main[idx].hidden = !this.journey_data.main[idx].hidden; }, search_nominatim: function(txt,f){ if(txt==""){