Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Removing cookie banner, new banner will be handled through google tag…
Browse files Browse the repository at this point in the history
… manager
  • Loading branch information
JohanBjerning committed Jun 11, 2019
1 parent f2253af commit 5b86950
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions theme/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,29 +86,6 @@
</div>
{% endif %}

<!-- Cookie consent popup using https://github.com/insites/cookieconsent -->
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css"/>
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
<script>
window.addEventListener("load", function () {
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#5f6062",
"text": "#d6d6d6"
},
"button": {
"background": "#3D8706"
}
},
"theme": "classic",
"content": {
"href": "https://www.qlik.com/us/legal/cookies-and-privacy-policy"
}
})
});
</script>

{% endblock %}

{% block analytics %}
Expand Down

0 comments on commit 5b86950

Please sign in to comment.