/** * @file * Custom JavaScript for THEMELABEL theme. */ (function (Drupal) { 'use strict'; Drupal.behaviors.THEMENAME = { attach: function (context, settings) { // Custom JavaScript code here console.log('THEMELABEL theme loaded'); } }; })(Drupal);