Events Made Easy Forums Bug fixed or feature request implemented eme_location_map.js Line 34

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42320
    Anonymous
    Inactive

    It looks to me like Line 34 in “eme_location_map.js” is missing a semicolon (the last line of this myOptions variable specification):

    var myOptions = {
    zoom: 3,
    center: mapCenter,
    disableDoubleClickZoom: true,
    mapTypeControlOptions: {
    mapTypeIds: [google.maps.MapTypeId.ROADMAP, google.maps.MapTypeId.SATELLITE]
    },
    mapTypeId: google.maps.MapTypeId.ROADMAP
    }

    #45722
    Franky
    Keymaster

    well, my js debugger never complained about it, but it shouldn’t harm to add it, so done.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top