Get everything together
This commit is contained in:
parent
1be6b82419
commit
0e5c12ba90
7 changed files with 96 additions and 20 deletions
|
@ -1,4 +1,16 @@
|
|||
|
||||
<script type="text/javascript">
|
||||
window.addEventListener("load", function() {
|
||||
updateCookieConsent();
|
||||
}, false);
|
||||
</script>
|
||||
<p><u>{{ i18n "cookieConsentStatus" }}</u></p>
|
||||
<p style="line-height: initial;">
|
||||
{{ i18n "cookieConsentText" }} <a href="https://matomo.org/faq/general/faq_146/" target="_blank">{{ i18n "cookieConsentHere" }}</a>. {{ i18n "cookieConsentTrack" }}
|
||||
<p>
|
||||
<span></span>
|
||||
<button style="visibility: hidden;" id="cookiesaction" class="consentCookieButton"></button>
|
||||
</p>
|
||||
</p>
|
||||
<p><u>{{ i18n "trackingStatus" }}</u></p>
|
||||
<iframe
|
||||
style="border: 0; min-width: 100%; min-height: 200px"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue