Skip to content

Instantly share code, notes, and snippets.

@jorislucius
Created December 1, 2020 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jorislucius/cf8b63550e4b23ba70bb4ea3c193bd5b to your computer and use it in GitHub Desktop.
Save jorislucius/cf8b63550e4b23ba70bb4ea3c193bd5b to your computer and use it in GitHub Desktop.
(function ($, Drupal) {
Drupal.behaviors.globalOpenLuciusBehavior = {
attach: function (context, settings) {
// Message toaster init.
$('.toast').toast('show');
}
};
})(jQuery, Drupal);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment