Skip to content

3458531 check the right settings key when loading polyfill library

The existing code checked the outer container $js_settings['map_settings']['map_lazy_load'] rather than the key within it $js_settings['map_settings']['map_lazy_load']['lazy_load'] which is set to true or false.

Merge request reports