RefugeRestrooms / refugerestrooms

REFUGE restrooms indexes and maps safe restroom locations for trans, intersex, and gender nonconforming individuals.
http://www.refugerestrooms.org
GNU Affero General Public License v3.0
894 stars 261 forks source link

Preview does not load with "Guess current location" #366

Closed mi-wood closed 6 years ago

mi-wood commented 7 years ago

The preview works great if I fill in an address, but "Guess current location" causes the button to not work. I'll take a quick peak as to why. Still going to deploy to master, since this is a minor issue

mi-wood commented 7 years ago

@stardust66 @Hkly fyi

stardust66 commented 7 years ago

Oops I found the problem. I forgot to put @_map.classList.remove("hidden") in the updateMap function. Instead I put it in the call back for when the preview button is clicked, so clicking the guess button doesn't unhide the map. I'll move it.