From 675505131bd923a0beb8f1a121fd6fb67b8a89f1 Mon Sep 17 00:00:00 2001 From: soraefir Date: Mon, 19 Jun 2023 12:38:39 +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 a271dab..d074039 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 != item.hidden; + this.journey_data.main[idx].hidden != this.journey_data.main[idx].hidden; }, search_nominatim: function(txt,f){ if(txt==""){