- Issue created by @philip_stier
- Merge request !243525019-new-js-cookie-jsdelivr/Philip: Deprecate, remove, and replace... β (Open) created by philip_stier
After replacing the js-cookie dependency that was removed from Drupal Core, with the js-cookie CDN library, dismissing Notification Message no longer works.
It appears that the js-cookie library is also deprecated and does not function correctly when instantiated via the Notification Message module.
Install, configure, and set up Notification Messages as normal, including the dismissal settings for any Notification Message created.
Re-write the `notification-message.dismiss.js` file to simply use out-of-the-box JavaScript cookie functionality, creating custom functions to parse, read, and set cookies accordingly.
Remove the dependency on js-cookie entirely.
Active
1.0
Code