JRI / Geocaching Map Enhancements

After a recent update (geocaching.com update or script update, I don't know) the cache listing minimap doesn't show the waypoint icons anymore. Disabling this script brings them back, regardless of any other gc.com scripts I have running at the same time.

update line 1263 to this code:

$("#awpt_"+parking.pf)[0].parentNode.parentNode.children[5].innerHTML += '<a target="_blank" rel="noopener noreferrer" href="' + parkUrl + '"><img width="16" height="16" title="Directions to ' + label + '" alt="' + label + '" src="https://www.geocaching.com/images/wpttypes/sm/' + (parking.type===217?'pkg.jpg':'trailhead.jpg') + '" /></a>';