#20 marking on map is fixed

This commit is contained in:
Onur 2019-06-26 18:01:30 +03:00
parent 89eb303ac4
commit 79c017269c
2 changed files with 7 additions and 8 deletions

View File

@ -80,11 +80,8 @@ function Locations(cat, level, name){
showLoader() showLoader()
} }
}).promise().done(function() { }).promise().done(function() {
setLocation(level) setLocation(level);
if(level==3){
haritaIslem(0); haritaIslem(0);
}
}); });
} }

View File

@ -495,6 +495,8 @@
{% block customjs %} {% block customjs %}
{% if entries('advs').isEnabled('streetview') and adv.map_Val != "" %}
{% include "visiosoft.module.streetview::list-item" %}
{% endif %}
{% endblock %} {% endblock %}