basic cookie notice

This commit is contained in:
Jannis Portmann 2021-05-27 16:40:00 +02:00
parent 58734aa7b2
commit 222d35e1b4
4 changed files with 3861 additions and 3752 deletions

View file

@ -26,4 +26,7 @@ document.querySelector('.custom-file-input').addEventListener('change',function(
var fileName = document.getElementById("offering_form_photo").files[0].name;
var nextSibling = e.target.nextElementSibling
nextSibling.innerText = fileName
})
})
// Cookie-consent
import 'cookie-notice/dist/cookie.notice.min.js'