My website has been working fine up until the last couple of days.
The basic idea is that it gets your location and puts a marker on the map in your location (works fine) then adds a marker for up to 20 local spots of interest however these markers have stopped showing up. I haven't changed the code at all and I get results back for every part of the code, it seems to fail on the add marker function.
I don't receive any errors of any kind but I have noticed a random XHR call in the dev tools that I've never seen before and it references QuotaService.RecordEvent
and it responds with _xdc_._fqk4xg && _xdc_._fqk4xg( [0,null,1] )
.
I've tried searching everywhere for any information regarding this QuotaService.RecordEvent
but nothing seems relevant to my issue.
Any ideas?