fix Cliccando sul Titolo dell'evento, si apre una pagina in una nuova finestra ! (non rimane sulla APP)
This commit is contained in:
@@ -937,6 +937,12 @@ export default defineComponent({
|
||||
return event.title
|
||||
}
|
||||
|
||||
function condividipag(href: string) {
|
||||
const msg = self.location.host + href
|
||||
return tools.copyStringToClipboard($q, msg, true)
|
||||
}
|
||||
|
||||
|
||||
onMounted(mounted)
|
||||
onBeforeMount(beforeMount)
|
||||
|
||||
@@ -1022,6 +1028,7 @@ export default defineComponent({
|
||||
EState,
|
||||
CancelBookingEvent,
|
||||
site: globalStore.site,
|
||||
condividipag,
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user