{"version":3,"file":"legacy-findalab.2b107f515832d212915d.js","mappings":"mHAAAA,QAAO,SAAUC,GACf,IAAIC,EAAUC,OAAOC,uBAAyB,GAC9CH,EAAEI,IAAI,uDAAkDH,KAAW,SAAUI,GAC3EL,EAAE,mBAAmBM,KAAKD,EAASE,QAEnC,IAAK,IAAIC,EAAI,EAAGA,EAAIH,EAASE,OAAQC,IACnCC,SACGC,eAAe,uBAA0BF,EAAI,EAAK,IAClDG,YAAYC,sBAAsBC,KAAK,eAAgBR,EAASG,KAEvE,GACF,G","sources":["webpack://stdcheck-exposed-wp-theme/./themes/stdcheck-exposed/src/js/legacy-findalab.js"],"sourcesContent":["jQuery(function ($) {\n let filters = window.legacyFindALabFilters || '';\n $.get(`${process.env.API_URL}/api/v1/labsNear?filters=${filters}`, function (response) {\n $('#location_count').text(response.length);\n\n for (let i = 0; i < response.length; i++) {\n document\n .getElementById('location_container_' + ((i % 3) + 1))\n .appendChild(createElementFromHTML(tmpl('lab_location', response[i])));\n }\n });\n});\n"],"names":["jQuery","$","filters","window","legacyFindALabFilters","get","response","text","length","i","document","getElementById","appendChild","createElementFromHTML","tmpl"],"sourceRoot":""}