mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#20 marking on map is fixed
This commit is contained in:
parent
89eb303ac4
commit
79c017269c
@ -80,11 +80,8 @@ function Locations(cat, level, name){
|
||||
showLoader()
|
||||
}
|
||||
}).promise().done(function() {
|
||||
setLocation(level)
|
||||
if(level==3){
|
||||
|
||||
haritaIslem(0);
|
||||
}
|
||||
setLocation(level);
|
||||
haritaIslem(0);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@ -495,6 +495,8 @@
|
||||
|
||||
{% block customjs %}
|
||||
|
||||
|
||||
|
||||
{% endblock %}
|
||||
{% if entries('advs').isEnabled('streetview') and adv.map_Val != "" %}
|
||||
{% include "visiosoft.module.streetview::list-item" %}
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user