18 lines
No EOL
228 B
Groff
18 lines
No EOL
228 B
Groff
/**
|
|
* @file
|
|
* Global utilities.
|
|
*
|
|
*/
|
|
(function($, Drupal) {
|
|
|
|
'use strict';
|
|
|
|
Drupal.behaviors.customer_portal_theme = {
|
|
attach: function(context, settings) {
|
|
|
|
// Custom code here
|
|
|
|
}
|
|
};
|
|
|
|
})(jQuery, Drupal); |