mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 07:16:06 -06:00
Merge pull request #23 from openclassify/onurure
#20 marking on map is fixed
This commit is contained in:
commit
851b885ddc
@ -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);
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -495,6 +495,8 @@
|
|||||||
|
|
||||||
{% block customjs %}
|
{% block customjs %}
|
||||||
|
|
||||||
|
{% if entries('advs').isEnabled('streetview') and adv.map_Val != "" %}
|
||||||
|
{% include "visiosoft.module.streetview::list-item" %}
|
||||||
{% endblock %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% endblock %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user