You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
549 B
13 lines
549 B
{% load static %}
|
|
<script>
|
|
(function() {
|
|
var DOMtopjsElementInserted = new Event('DOMtopjsElementInserted');
|
|
window.DOMtopjsElementInserted = DOMtopjsElementInserted;
|
|
window.marker_DOMtopjsElementInserted = window.marker_DOMtopjsElementInserted || false;
|
|
document.addEventListener("DOMtopjsElementInserted", function() {
|
|
// console.info("DOMtopjsElementInserted fired");
|
|
window.marker_DOMtopjsElementInserted = true
|
|
});
|
|
})();
|
|
</script>
|
|
<script type="text/javascript" src="{% static 'client/js/rejs/tops.js' %}" async></script>
|
|
|