fixes js class name

This commit is contained in:
decabeza
2018-01-15 21:21:44 +01:00
parent 39b55e11df
commit 97bf00817c
2 changed files with 2 additions and 2 deletions

View File

@@ -83,4 +83,4 @@ App.Map =
toogleMap: ->
$('.map').toggle()
$('.location-map-remove-marker-button').toggle()
$('.js-location-map-remove-marker').toggle()

View File

@@ -38,7 +38,7 @@ module MapLocationsHelper
content_tag :a,
id: map_location_remove_marker_link_id(map_location),
href: "#",
class: "location-map-remove-marker-button delete" do
class: "js-location-map-remove-marker location-map-remove-marker" do
text
end
end