fixes js class name
This commit is contained in:
@@ -83,4 +83,4 @@ App.Map =
|
|||||||
|
|
||||||
toogleMap: ->
|
toogleMap: ->
|
||||||
$('.map').toggle()
|
$('.map').toggle()
|
||||||
$('.location-map-remove-marker-button').toggle()
|
$('.js-location-map-remove-marker').toggle()
|
||||||
@@ -38,7 +38,7 @@ module MapLocationsHelper
|
|||||||
content_tag :a,
|
content_tag :a,
|
||||||
id: map_location_remove_marker_link_id(map_location),
|
id: map_location_remove_marker_link_id(map_location),
|
||||||
href: "#",
|
href: "#",
|
||||||
class: "location-map-remove-marker-button delete" do
|
class: "js-location-map-remove-marker location-map-remove-marker" do
|
||||||
text
|
text
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user