Created
December 1, 2020 10:19
-
-
Save jorislucius/cf8b63550e4b23ba70bb4ea3c193bd5b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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