Check for cookieconsent
This commit is contained in:
parent
0e6275ac6a
commit
803e4c4cf8
1 changed files with 3 additions and 0 deletions
|
|
@ -214,6 +214,9 @@
|
|||
<script src="{{ asset('js/cookieconsent.min.js') }}"></script>
|
||||
<script>
|
||||
window.addEventListener("load", function(){
|
||||
if (! window.cookieconsent) {
|
||||
return;
|
||||
}
|
||||
window.cookieconsent.initialise({
|
||||
"palette": {
|
||||
"popup": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue