mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Check for cookieconsent
This commit is contained in:
parent
d650f6401d
commit
cfe6a03b12
@ -223,6 +223,9 @@
|
|||||||
<script src="{{ asset('js/cookieconsent.min.js') }}"></script>
|
<script src="{{ asset('js/cookieconsent.min.js') }}"></script>
|
||||||
<script>
|
<script>
|
||||||
window.addEventListener("load", function(){
|
window.addEventListener("load", function(){
|
||||||
|
if (! window.cookieconsent) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
window.cookieconsent.initialise({
|
window.cookieconsent.initialise({
|
||||||
"palette": {
|
"palette": {
|
||||||
"popup": {
|
"popup": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user