Skip to content
Snippets Groups Projects
Commit 546fcdfe authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1277352 by quartsize, lewisnyman, nod_, JohnAlbin, kika, dcmouyard:...

Issue #1277352 by quartsize, lewisnyman, nod_, JohnAlbin, kika, dcmouyard: Fixed Responsive vertical tabs.
parent 3b8186a3
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -15,6 +15,11 @@
*/
Drupal.behaviors.verticalTabs = {
attach: function (context) {
if (!Drupal.checkWidthBreakpoint()) {
return;
}
$(context).find('.vertical-tabs-panes').once('vertical-tabs', function () {
var $this = $(this);
var focusID = $this.find(':hidden.vertical-tabs-active-tab').val();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment