riddle me this, batman
if i have this code in my javascript
document.addEventListener("load", function() {
document.getElementById("place-a-pin").addEventListener("click", useAddress);
});
why is there no event listener on #place-a-pin
@Lady it is probably better that it's waiting actually, it won't work until an embedded google map loads
@Lady luckily i just do not care at all lmao