Skip to content
Snippets Groups Projects
Commit 1a4ac422 authored by Andriy Podanenko's avatar Andriy Podanenko
Browse files

Issue #1901654 by podarok | Alan D.: Fixed Panel Tabs support.

parent f1203055
No related branches found
No related tags found
No related merge requests found
...@@ -388,7 +388,8 @@ Drupal.gmap.addHandler('gmap', function (elem) { ...@@ -388,7 +388,8 @@ Drupal.gmap.addHandler('gmap', function (elem) {
}; };
jQuery(elem).parents('fieldset.collapsible').children('legend').children('a').click(r); jQuery(elem).parents('fieldset.collapsible').children('legend').children('a').click(r);
jQuery('.vertical-tab-button', jQuery(elem).parents('.vertical-tabs')).children('a').click(r); jQuery('.vertical-tab-button', jQuery(elem).parents('.vertical-tabs')).children('a').click(r);
// Would be nice, but doesn't work. jQuery(window).bind('hashchange', r);
// Would be nice, but doesn't work.
//$(elem).parents('fieldset.collapsible').children('.fieldset-wrapper').scroll(r); //$(elem).parents('fieldset.collapsible').children('.fieldset-wrapper').scroll(r);
}, 0); }, 0);
} }
......
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