Initial commit
This commit is contained in:
16
assets/theme-template/js/custom.js
Normal file
16
assets/theme-template/js/custom.js
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* @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);
|
||||
Reference in New Issue
Block a user