diff --git a/WMEPIE.js b/WMEPIE.js index 01a6794..67c9c4e 100644 --- a/WMEPIE.js +++ b/WMEPIE.js @@ -1,7 +1,7 @@ // ==UserScript== // @name WME Place Interface Enhancements // @namespace https://greasyfork.org/users/30701-justins83-waze -// @version 2019.02.05.02 +// @version 2019.02.05.03 // @description Enhancements to various Place interfaces // @include https://www.waze.com/editor* // @include https://www.waze.com/*/editor* @@ -1452,7 +1452,7 @@ var UpdateObject, MultiAction; // Pull natural text from opening hours function getOpeningHours(venue) { - return venue && venue.attributes.getOpeningHours && venue.attributes.getOpeningHours().map(formatOpeningHour); + return venue && venue.attributes.openingHours && venue.attributes.openingHours.map(formatOpeningHour); } //*******/