#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()
}
}).promise().done(function() {
setLocation(level)
if(level==3){
haritaIslem(0);
}
setLocation(level);
haritaIslem(0);
});
}

View File

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