Skip to content

Instantly share code, notes, and snippets.

@heddn
Created November 1, 2012 18:57
Show Gist options
  • Select an option

  • Save heddn/3995720 to your computer and use it in GitHub Desktop.

Select an option

Save heddn/3995720 to your computer and use it in GitHub Desktop.
(function ($) {
Drupal.behaviors.mercySolrFacetBlocks = {
attach: function (context, settings) {
$('.block-facetapi', context).accordion({ header: "h2" });
}
};
}(jQuery));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment