{"version":3,"sources":["src/scripts/components/print.js"],"names":["$","jQuery","init","on"],"mappings":";;;;;AAAA,IAAIA,IAAIC,MAAR;;AAEA,SAASC,IAAT,GAAgB;AACdF,IAAE,sBAAF,EAA0BG,EAA1B,CAA6B,OAA7B,EAAsC,YAAW;AAC/C;AACA;AACA;AACA;AACD,GALD;AAMD;;QAEgBD,I,GAARA,I","file":"print.js","sourcesContent":["var $ = jQuery;\n\nfunction init() {\n $('.heritage-icon-print').on('click', function() {\n // No longer using JS to add variable and open in new window.\n // Check heritage_build.module to see new route.\n //var printUrl = window.location.href + '?print=true';\n //window.open(printUrl, '_blank');\n });\n}\n\nexport { init as init };\n"]}