Uncaught TypeError: Cannot read property 'initialise' of undefined
at (index):3037
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": ''+msg_bg_color+'',
"text": ''+msg_text_color+''
},
"button": {
"background": ''+button_bg_color+'',
"text": ''+button_text_color+''
}
},
"showLink": false,
"theme": ''+style+'',
"position": ''+position+'',
"content": {
"message": ''+message+'',
"dismiss": ''+dismiss+'',
"link": ''+learnMore+''
}
})}