The map view is broken because the geo_version argument is not passed to the loadLevels function in maps_static.js.
This PR adds the argument to the function fixing the broken map view.
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
Description
The map view is broken because the
geo_version
argument is not passed to theloadLevels
function inmaps_static.js
. This PR adds the argument to the function fixing the broken map view.Type of change