Buy me a coffee

#9125

function tabTwoClick() {
    $('button.tab-btn:nth-of-type(1)').removeClass("active");
    $('button.tab-btn:nth-of-type(2)').addClass("active");
    $('button.tab-btn:nth-of-type(3)').removeClass("active");

    $('#block-yui_3_17_2_1_1717040856859_29768,#block-57cdbe1ccb871141157e,#block-2b1ed5de50a38a991572').hide();
    $('#block-80f73e4028eac494131e').show();
    $('#block-3e36f1031663bb9d33c3').hide();
$('.fe-block-80f73e4028eac494131e').css('z-index','99999');
    window.Squarespace.initializeLayoutBlocks(Y);
    window.dispatchEvent(new Event('resize'))
  }