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
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment