dev #199

Closed
sora wants to merge 21 commits from dev into master
16 changed files with 291 additions and 190 deletions
Showing only changes of commit 74f681390a - Show all commits

View File

@@ -14,7 +14,7 @@ mixin flight_popup()
span(v-if="edit_active")
.leaflet-popup-button-group(v-if="edit_active")
a.text-gray(
v-on:click.prevent="place_delete('flight',idx)"
v-on:click.prevent="place_delete(journey,'flight',idx)"
v-html="generate_icon('trash', 'NA')"
)