Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mapomatic committed Oct 12, 2024
2 parents e795ca5 + 8f3d649 commit face830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WME ClickSaver.js
Original file line number Diff line number Diff line change
Expand Up @@ -625,10 +625,10 @@

// Insert swap button in the correct location based on display mode.
if (displayMode === 'compact') {
const $label = $('#segment-edit-general > form > div.road-type-control.form-group > wz-label');
const $label = $('#segment-edit-general > form > div > div.road-type-control > wz-label');
$label.css({ display: 'inline' }).append($container);
} else {
const $label = $('#segment-edit-general > form > div.road-type-control.form-group > wz-label');
const $label = $('#segment-edit-general > form > div[0] > wz-label');
$label.css({ display: 'inline' }).append($container);
}
// TODO css
Expand Down

0 comments on commit face830

Please sign in to comment.