Skip to content

Commit

Permalink
maproulette_details: Remove wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans authored Feb 7, 2025
1 parent 29fe0db commit ef3d9b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/ui/maproulette_details.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ export function uiMapRouletteDetails(context) {
.append('h4')
.text(l10n.t('map_data.layers.maproulette.detail_title'));
selection
.append('div')
.html(description) // parsed markdown
.selectAll('a')
.attr('rel', 'noopener')
Expand All @@ -154,7 +153,6 @@ export function uiMapRouletteDetails(context) {
.append('h4')
.text(l10n.t('map_data.layers.maproulette.instruction_title'));
selection
.append('div')
.html(instruction) // parsed markdown
.selectAll('a')
.attr('rel', 'noopener')
Expand Down

0 comments on commit ef3d9b0

Please sign in to comment.