@ -52,7 +52,8 @@
</section>
{% endif %}
<script>
<script type="text/javascript">
window.onload = function() {
{% for op in funded_ops %}
fetch('/api/info/{{ op.codename }}')
.then((resp) => resp.json())
@ -68,6 +69,7 @@
s.innerHTML = html
})
{% endfor %}
}
</script>
{% include 'includes/footer.html' %}