{"version":3,"file":"common.js","mappings":"AAGQA,SAASC,iBAAiB,WAAWC,SAAQ,SAAUC,GACnD,GAAoC,GAAhCA,EAAEC,KAAKC,QAAQ,cAEnB,IACe,IAAIC,IAAIH,EAAEC,MACZG,MAAQP,SAASQ,SAASD,OAC/BJ,EAAEM,aAAa,SAAU,UACzBN,EAAEM,aAAa,MAAO,uBAE9B,CAAE,MAAOC,GAAKC,QAAQC,MAAMF,EAAG,CACnC","sources":["webpack://acenden/./assets/src/project/js/common.js"],"sourcesContent":["(function () {\r\n\r\n var fixExternLinks = function () {\r\n document.querySelectorAll('a[href]').forEach(function (a) {\r\n if (a.href.indexOf('javascript') == 0) return;\r\n\r\n try {\r\n var link = new URL(a.href);\r\n if (link.host != document.location.host) {\r\n a.setAttribute('target', '_blank');\r\n a.setAttribute('rel', 'noopener noreferrer');\r\n }\r\n } catch (e) { console.error(e) }\r\n });\r\n }\r\n\r\n\r\n fixExternLinks();\r\n\r\n})();\r\n"],"names":["document","querySelectorAll","forEach","a","href","indexOf","URL","host","location","setAttribute","e","console","error"],"sourceRoot":""}