2025-08-29 22:07:59 -04:00

8 lines
122 B
JavaScript

((Drupal) => {
Drupal.behaviors.button = {
attach(context) {
// console.log("hello");
},
};
})(Drupal);