Skip to content

Commit

Permalink
Merge pull request #415 from WazeDev/Beta
Browse files Browse the repository at this point in the history
Update WME-Place-Harmonizer.js
  • Loading branch information
mapomatic authored Jun 29, 2022
2 parents b41c40a + 78bf33e commit 9906daf
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.05.17.002
// @version 2022.06.29.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 @@ -1803,7 +1803,7 @@ function addUpdateAction(venue, updateObj, actions) {

function setServiceChecked(servBtn, checked, actions) {
const servID = _WME_SERVICES_ARRAY[servBtn.servIDIndex];
const checkboxChecked = $(`#service-checkbox-${servID}`).prop('checked');
const checkboxChecked = $(`wz-checkbox[value="${servID}"]`).prop('checked');
const venue = getSelectedVenue();

if (checkboxChecked !== checked) {
Expand Down

0 comments on commit 9906daf

Please sign in to comment.