{"version":3,"sources":["../../../../dev/j/v2/pages/lp-ppc-free-mac-security-download.js"],"names":["$","avm","require","$open","$close","on","this","parents","next","addClass","$target","prev","find","removeClass"],"mappings":"CAAA,WACC,YACA,IAAIA,GAAIC,IAAIC,QAAQ,QACnBC,EAAQH,EAAE,YACVI,EAASJ,EAAE,YAEZG,GAAME,GAAG,QAAS,WACHL,EAAEM,MAAMC,QAAQ,WAAWC,KAAK,WAEtCC,SAAS,QACjBT,EAAEM,MAAMG,SAAS,YAGlBL,EAAOC,GAAG,QAAS,WAClB,GAAIK,GAAUV,EAAEM,MAAMC,QAAQ,UACfG,GAAQC,KAAK,WAAWC,KAAK,YAEhCC,YAAY,UACxBH,EAAQG,YAAY","file":"lp-ppc-free-mac-security-download.js","sourcesContent":["(function() {\n\t'use strict';\n\tvar $ = avm.require('cash'),\n\t\t$open = $('.js-open'),\n\t\t$close = $('.js-close');\n\n\t$open.on('click', function() {\n\t\tvar $target = $(this).parents('section').next('section');\n\n\t\t$target.addClass('show');\n\t\t$(this).addClass('hidden');\n\t});\n\n\t$close.on('click', function() {\n\t\tvar $target = $(this).parents('section'),\n\t\t\t$openButton = $target.prev('section').find('.js-open');\n\n\t\t$openButton.removeClass('hidden');\n\t\t$target.removeClass('show');\n\t});\n})();\n"]}