Skip to content

Commit

Permalink
#434 Fix embed maps request
Browse files Browse the repository at this point in the history
  • Loading branch information
fbaiodias committed Oct 3, 2018
1 parent df627af commit 6bc2c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/labs.js.coffee
Expand Up @@ -128,7 +128,7 @@ ready = ->
allLabs = new (L.LayerGroup)
# Add markers to layer
$.get "/labs/mapdata.json", (labs) ->
for lab in labs.labs
for lab in labs
if lab.latitude and lab.longitude
icon = L.divIcon({
iconSize: null
Expand Down

0 comments on commit 6bc2c1a

Please sign in to comment.