From 220088478ebddbd7a46e925f2fe244a27df97207 Mon Sep 17 00:00:00 2001 From: sora-ext Date: Mon, 10 Mar 2025 17:28:05 +0100 Subject: [PATCH] Update src/template/module/journey/map/mixin-marker.pug --- src/template/module/journey/map/mixin-marker.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/template/module/journey/map/mixin-marker.pug b/src/template/module/journey/map/mixin-marker.pug index 9dc67e4..af80788 100644 --- a/src/template/module/journey/map/mixin-marker.pug +++ b/src/template/module/journey/map/mixin-marker.pug @@ -31,7 +31,7 @@ mixin map_marker(place, color_sel_c, color_sel_o, color_else) v-html="generate_icon(((place.step==journey.sel_day)?'calendar-xmark':'calendar-plus'), 'NA')" ) a.text-gray( - v-on:click.prevent="place_delete(\""+place+"\",index)" + v-on:click.prevent="place_delete(journey,\""+place+"\",index)" v-html="generate_icon('trash', 'NA')" ) span.row.text-small.text-dark(v-else) {{ place.notes }}