Jump to content

Alerin

Members
  • Posts

    3
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Alerin

  1. 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+''
      }
    
    })}

     

×
×
  • Create New...