Problem/Motivation

Iubenda has updated its Cookie Solution a while ago: https://www.iubenda.com/en/help/1205-how-to-configure-your-cookie-soluti...
All the config and options provided with the new version of the script must be ported inside the module.

Data model changes

Iubenda Callbacks will have to be put inside a javascript file by populating the global variable Drupal.iubCallbacks:

(function ($) {
  Drupal.iubCallbacks = Drupal.iubCallbacks || {};
  Drupal.iubCallbacks.onReady = function (e) {
    console.log("do something crazy");
  }
})(jQuery);

Comments

aronne created an issue. See original summary.

  • aronne authored ed1b088 on 7.x-2.x
    Issue #3255480 by aronne: Cookie solution overhaul
    
aronne’s picture

Status: Active » Fixed
aronne’s picture

Status: Fixed » Closed (fixed)
aronne’s picture

Issue summary: View changes