Merge pull request #1499 from thecodingmachine/develop

Release 1.5.3
This commit is contained in:
grégoire parant 2021-10-04 20:54:13 +02:00 committed by GitHub
commit b33e271d2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
108 changed files with 1087 additions and 8740 deletions

View file

@ -1,9 +1,8 @@
<script lang="ts">
import {CONTACT_URL} from "../../Enum/EnvironmentVariable";
import {contactPageStore} from "../../Stores/MenuStore";
</script>
<iframe title="contact" src="{CONTACT_URL}"></iframe>
<iframe title="contact" src="{$contactPageStore}" allow="clipboard-read; clipboard-write self {$contactPageStore}" allowfullscreen></iframe>
<style lang="scss">
iframe {