ThemeBoy/SportsPress

OpenStreetMaps not showing

Closed this issue · 2 comments

I observed that OpenStreetMaps was not longer showing up in Sportspress Version 2.7.9

I figured out that it was because of an error in SportsPress/assets/js/leaflet.js

In commit 23ba244 from Nov 13, 2021 the name of the function _e(t,i)
was changed to esc_attr_e(t,i) .
Which lead to an reference error.

For me the problem was solved by renaming the function to the original name again.

Hi @Skylerrer ,

It should be fixed with 7ea3f36

Yes. Thanks!