This commit is contained in:
2025-11-25 17:42:30 +01:00
parent 6715b83031
commit fabad3ca5b
3 changed files with 21 additions and 21 deletions

View File

@@ -60,17 +60,17 @@ var __webpack_exports__ = {};
* @file
* quartiers_de_demain behaviors.
*/
if (typeof Drupal !== 'undefined') {
(function (Drupal) {
'use strict';
(function (Drupal) {
'use strict';
Drupal.behaviors.quartiers_de_demain = {
attach: function (context, settings) {
console.log('It works!');
}
};
} (Drupal));
Drupal.behaviors.quartiers_de_demain = {
attach: function (context, settings) {
console.log('It works!');
}
};
}(Drupal));
}

File diff suppressed because one or more lines are too long

View File

@@ -2,17 +2,17 @@
* @file
* quartiers_de_demain behaviors.
*/
if (typeof Drupal !== 'undefined') {
(function (Drupal) {
'use strict';
(function (Drupal) {
'use strict';
Drupal.behaviors.quartiers_de_demain = {
attach: function (context, settings) {
console.log('It works!');
}
};
} (Drupal));
Drupal.behaviors.quartiers_de_demain = {
attach: function (context, settings) {
console.log('It works!');
}
};
}(Drupal));
}