{"version":3,"sources":["js/archive/sidebar-ad-height.js","js/archive/index.js","js/archive.js"],"names":["$","window","jQuery","icSidebarAdMatchHeight","postHeight","height","css","resize"],"mappings":";AAAA,IAAMA,EAAIC,OAAOC,OAKjBD,OAAOE,uBAAyB,WACzBC,IAAAA,EAAaJ,EAAG,gBAAiBK,SAClCD,GACJJ,EAAG,sCAAuCM,IAAK,aAAgBF,EAAa,EAAM,OAIpFD,yBACAH,EAAGC,QAASM,OAAQJ;;ACbpB,aAAA,QAAA;;ACAA,aAAA,QAAA","file":"archive.js","sourceRoot":"../src","sourcesContent":["const $ = window.jQuery;\n\n//\n// Match ad height to post block\n//\nwindow.icSidebarAdMatchHeight = function() {\n\tconst postHeight = $( '.posts .post' ).height();\n\tif ( postHeight ) {\n\t\t$( '.ic-cta-sidebar .ic-cta-quote-form' ).css( 'min-height', ( postHeight + 2 ) + 'px' );\n\t}\n}\n\nicSidebarAdMatchHeight();\n$( window ).resize( icSidebarAdMatchHeight );\n","import './sidebar-ad-height';\n","import './archive/index';\n"]}