{"version":3,"file":"iframeblock.fc11a54c.js","mappings":"AAEIA,OAAOC,YAAcD,OAAOC,aAAe,CAAC,EAC5CD,OAAOC,YAAYC,YAAcF,OAAOC,YAAYC,aAAe,CAAC,EACpEF,OAAOC,YAAYC,YAAYC,KAAO,WAIfC,SAASC,iBAAiB,oBAEhCC,SAAQ,SAAUC,GAC3B,IAAIC,EAAc,IAAMD,EAAOE,GAC/BC,aAAa,CACTC,wBAAyB,wBACzBC,eAAgB,KACjBJ,EACP,GACJ,EACAR,OAAOC,YAAYC,YAAYW,WAAY","sources":["webpack://advanced-web/./UI/js/core/modules/iframeBlock.js"],"sourcesContent":["(function () {\r\n\r\n window.oneadvanced = window.oneadvanced || {};\r\n window.oneadvanced.iframeblock = window.oneadvanced.iframeblock || {};\r\n window.oneadvanced.iframeblock.init = function () {\r\n //console.log(\"initialising iframeblock...\");\r\n\r\n // get all of the iframeBlocks on the page\r\n var iframeBlocks = document.querySelectorAll('[data-iframe-id]');\r\n\r\n iframeBlocks.forEach(function (iframe) {\r\n var cssSelector = \"#\" + iframe.id;\r\n iFrameResize({\r\n heightCalculationMethod: \"documentElementOffset\",\r\n warningTimeout: 10000\r\n }, cssSelector);\r\n });\r\n };\r\n window.oneadvanced.iframeblock.hasLoaded = true;\r\n})();"],"names":["window","oneadvanced","iframeblock","init","document","querySelectorAll","forEach","iframe","cssSelector","id","iFrameResize","heightCalculationMethod","warningTimeout","hasLoaded"],"sourceRoot":""}