nih-gov/cit.nih.gov/themes/custom/customer_portal_theme/js/custom.js?v=10.2.7
2025-02-26 17:28:32 -05:00

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);