Commit d27fe1b7 authored by Alex Skrypnyk's avatar Alex Skrypnyk Committed by Kristof De Jaeger
Browse files

Issue #3300332 by alex.skrypnyk: Uncaught TypeError: Cannot read properties of...

Issue #3300332 by alex.skrypnyk: Uncaught TypeError: Cannot read properties of undefined (reading 'attach')
parent 9f8f8f16
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -42,10 +42,6 @@
            return;
          }

          // If collapse.js did not do his work yet, call it directly.
          if (!$($details[0]).hasClass('.collapse-processed')) {
            Drupal.behaviors.collapse.attach(context);
          }
          // Find the tab column.
          var tab_list = $(horizontal_tabs_clearfix).find('> [data-horizontal-tabs-list]');
          tab_list.removeClass('visually-hidden')