{"version":3,"sources":["../../../../dev/j/v3/pages/free-mobile-security.js"],"names":["collapseCompBox","document","querySelectorAll","collapseCompTable","querySelector","scrollToTarget","button","addEventListener","e","currentTarget","getAttribute","scrollIntoView","forEach"],"mappings":"CAAA,WACC,YACA,IACCA,GAAkBC,SAASC,iBAAiB,6BAC5CC,EAAoBF,SAASG,cAAc,qBAC3CC,EAAiB,SAASC,GACzBA,EAAOC,iBAAiB,QAAQ,SAASC,GACxCP,SAASG,cAAcI,EAAEC,cAAcC,aAAa,mBAAmBC,mBAI1EX,GAAgBY,QAAQ,SAASN,GAChCD,EAAeC,KAGhBD,EAAeF","file":"free-mobile-security.js","sourcesContent":["(function() {\n\t'use strict';\n\tvar\n\t\tcollapseCompBox = document.querySelectorAll('.media-body .collapse-btn'),\n\t\tcollapseCompTable = document.querySelector('#collapse-media-1'),\n\t\tscrollToTarget = function(button){\n\t\t\tbutton.addEventListener(\"click\",function(e) {\n\t\t\t\tdocument.querySelector(e.currentTarget.getAttribute('data-bs-target')).scrollIntoView();\n\t\t\t});\n\t\t};\n\n\tcollapseCompBox.forEach(function(button){\n\t\tscrollToTarget(button);\n\t});\n\n\tscrollToTarget(collapseCompTable);\n})();\n"]}