{"version":3,"file":"home-index.js","sources":["home-index.js"],"sourcesContent":["$(document).ready(function () {\r\n initializeGeolocationAvailability(function () {\r\n navigator.geolocation.getCurrentPosition(function (position) {\r\n $('.js-geo-collection').each(function () {\r\n let collectionPlaceholder = $(this);\r\n const locationParam = position.coords.latitude + ',' + position.coords.longitude;\r\n\r\n $.ajax({\r\n type: \"GET\",\r\n url: `/Home/${collectionPlaceholder.data('collection')}?geoLatLong=${locationParam}`,\r\n success: function (result) {\r\n collectionPlaceholder.replaceWith(result);\r\n }\r\n });\r\n })\r\n });\r\n })\r\n});"],"names":["$","document","ready","initializeGeolocationAvailability","navigator","geolocation","getCurrentPosition","position","each","let","collectionPlaceholder","this","locationParam","coords","latitude","longitude","ajax","type","url","data","success","result","replaceWith"],"mappings":"AAAAA,EAAEC,UAAUC,MAAM,WACdC,kCAAkC,WAC9BC,UAAUC,YAAYC,mBAAmB,SAAUC,GAC/CP,EAAE,sBAAsBQ,KAAK,WACzBC,IAAIC,EAAwBV,EAAEW,MAC9B,IAAMC,EAAgBL,EAASM,OAAOC,SAAW,IAAMP,EAASM,OAAOE,UAEvEf,EAAEgB,KAAK,CACHC,KAAM,MACNC,aAAcR,EAAsBS,KAAK,4BAA4BP,EACrEQ,QAAS,SAAUC,GACfX,EAAsBY,YAAYD"}