Merge pull request #23 from openclassify/onurure

#20 marking on map is fixed
This commit is contained in:
Fatih Alp 2019-06-26 18:03:12 +03:00 committed by GitHub
commit 851b885ddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 %}