b'\\ No newline at end of file'
50
$('#dropdown').show();
53
$('#dropdown').hide();
59
$('section.group div.heading').bind('click', function (e) {
60
var heading1 = $(this);
61
if (heading1.hasClass('open')) {
62
heading1.removeClass('open').next().animate({
70
if (heading1.parent().parent().hasClass('content')) {
71
heading1.parent().parent().css({
78
heading1.next().children().each(function () {
79
innerHeight += this.offsetHeight;
81
heading1.addClass('open').next().animate({
84
if (heading1.parent().parent().hasClass('content')) {
85
heading1.parent().parent().css({
90
//heading1.parent().siblings().each(function(){
91
// $(this).find('div.heading1.open').removeClass('open').next().animate({height:0},200)
b'\\ No newline at end of file'