etape CT, home page, header, map, filters, theme
This commit is contained in:
17
web/themes/custom/caravane/js/main.js
Normal file
17
web/themes/custom/caravane/js/main.js
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* @file
|
||||
* reha behaviors.
|
||||
*/
|
||||
(function (Drupal) {
|
||||
|
||||
'use strict';
|
||||
|
||||
Drupal.behaviors.reha = {
|
||||
attach: function (context, settings) {
|
||||
|
||||
console.log('It works!');
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
} (Drupal));
|
||||
Reference in New Issue
Block a user