dchadwick/web/themes/custom/dchadwick/js/tabbedContent.js
2025-01-29 20:29:41 -05:00

8 lines
141 B
JavaScript

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