Skip to content

Commit

Permalink
Merge branch 'Beta'
Browse files Browse the repository at this point in the history
  • Loading branch information
mapomatic committed Jul 11, 2022
2 parents 1c214ba + 345c1db commit 69bcac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WME-Place-Harmonizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ==UserScript==
// @name WME Place Harmonizer
// @namespace WazeUSA
// @version 2022.07.01.001
// @version 2022.07.11.001
// @description Harmonizes, formats, and locks a selected place
// @author WMEPH Development Group
// @include /^https:\/\/(www|beta)\.waze\.com\/(?!user\/)(.{2,6}\/)?editor\/?.*$/
Expand Down Expand Up @@ -3078,7 +3078,7 @@ let Flag = {

// eslint-disable-next-line class-methods-use-this
action() {
$('.navigation-point-view .add-button').click();
$('wz-button.navigation-point-add-new').click();
harmonizePlaceGo(getSelectedVenue(), 'harmonize');
}
},
Expand Down

0 comments on commit 69bcac8

Please sign in to comment.