{"version":3,"sources":["product-listing-questions-and-answers.js"],"names":["onLoad","document","addEventListener","e","getElementById","innerText","detail","question","value","id"],"mappings":"MAAA,kBAIA,SAAAA,SACAC,SAAAC,iBAAA,cAAA,SAAAC,GACAF,SAAAG,eAAA,kCAAA,EAAAC,UAAAF,EAAAG,OAAAC,SAGAN,SAAAG,eAAA,wCAAA,EAAAI,MAAAL,EAAAG,OAAAG,EADA,CAAA,CACA,CALAT,OAAA,SAAAA,MAKA","file":"product-listing-questions-and-answers.js","sourcesContent":["import 'bootstrap.modal';\r\n\r\nonLoad();\r\n\r\nexport function onLoad() {\r\n document.addEventListener('setQuestion', e => {\r\n document.getElementById('new-product-listing-answer-title').innerText = e.detail.question;\r\n document.getElementById('new-product-listing-answer-question-id').value = e.detail.id;\r\n })\r\n}"]}