basic cookie notice
This commit is contained in:
parent
58734aa7b2
commit
222d35e1b4
4 changed files with 3861 additions and 3752 deletions
|
@ -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'
|
Reference in a new issue