Skip to content

Commit

Permalink
Update WMEPIE.js
Browse files Browse the repository at this point in the history
  • Loading branch information
justins83 authored Aug 18, 2020
1 parent d67f600 commit 8bd4c42
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions WMEPIE.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name WME Place Interface Enhancements
// @namespace https://greasyfork.org/users/30701-justins83-waze
// @version 2020.08.17.01
// @version 2020.08.17.02
// @description Enhancements to various Place interfaces
// @include https://www.waze.com/editor*
// @include https://www.waze.com/*/editor*
Expand Down Expand Up @@ -50,7 +50,7 @@ var UpdateObject, MultiAction;
let hoursparser;
let GLE;
var catalog = [];
const updateMessage = "Added an option to disable the temporary Place closure highlight from Google Link Enhancer";
const updateMessage = "Bug fix<br><br><b>.01</b><br>Added an option to disable the temporary Place closure highlight from Google Link Enhancer";
var lastSelectedFeature;

//Layer definitions
Expand Down Expand Up @@ -606,6 +606,8 @@ var UpdateObject, MultiAction;
if(settings.OpenPUR)
WazeWrap.Events.register('selectionchanged', null, openPUR);

GLE.showTempClosedPOIs = settings.showTempClosedPOIs;

if(settings.EnableGLE)
GLE.enable();

Expand Down Expand Up @@ -3740,7 +3742,7 @@ var UpdateObject, MultiAction;
WazeWrap.Remote.SaveSettings("WME_PIE", localsettings);
}
}

function checkShortcutsChanged(){
let triggerSave = false;
for (let name in W.accelerators.Actions) {
Expand Down

0 comments on commit 8bd4c42

Please sign in to comment.