fixes js class name
This commit is contained in:
@@ -83,4 +83,4 @@ App.Map =
|
||||
|
||||
toogleMap: ->
|
||||
$('.map').toggle()
|
||||
$('.location-map-remove-marker-button').toggle()
|
||||
$('.js-location-map-remove-marker').toggle()
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user