/**
 * @author      Alan Whitelaw <alan.whitelaw@broxap.com>
 * @copyright   Broxap Ltd.
 */

jQuery(document).ready(function() {
  jQuery("#broxap_group a.group_trigger").click(function(e) {
    e.preventDefault();
    jQuery('#broxap_group_links').slideToggle();
  });
});
