Skip to content

Instantly share code, notes, and snippets.

@Malyshko95
Created July 10, 2018 04:24
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 Malyshko95/212800973e3bdc884a097db4ff872221 to your computer and use it in GitHub Desktop.
Save Malyshko95/212800973e3bdc884a097db4ff872221 to your computer and use it in GitHub Desktop.
(function ($, Drupal, settings) {
"use strict";
Drupal.behaviors.status_message_modal_window = {
attach: function (context, settings) {
var modal = $('#modal_window');
modal.css('background', drupalSettings.statusMessage.modalWindow.background);
})(jQuery, Drupal, drupalSettings);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment