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

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

parent 1a4ac422
No related branches found
No related tags found
No related merge requests found
...@@ -389,7 +389,7 @@ Drupal.gmap.addHandler('gmap', function (elem) { ...@@ -389,7 +389,7 @@ 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);
jQuery(window).bind('hashchange', r); jQuery(window).bind('hashchange', r);
// Would be nice, but doesn't work. // 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