Skip to content
Snippets Groups Projects

removed context from behavior to allow nested tabs

Open J P requested to merge issue/quicktabs-3515941:3515941-nested-tabs-are into 4.0.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -7,7 +7,7 @@
Drupal.behaviors.quicktabs = {
attach(context, settings) {
$(once('quicktabs-wrapper', 'div.quicktabs-wrapper', context)).each(
$(once('quicktabs-wrapper', 'div.quicktabs-wrapper')).each(
function () {
const el = $(this);
Drupal.quicktabs.prepare(el);
Loading