/** * @file * Global utilities. * */ (function($, Drupal) { 'use strict'; Drupal.behaviors.customer_portal_theme = { attach: function(context, settings) { // Custom code here } }; })(jQuery, Drupal);