Getting results referencing ProcedureSampleAssociation

This commit is contained in:
lwark
2025-06-09 11:05:10 -05:00
parent db0b65b07b
commit 10d4c9f155
17 changed files with 476 additions and 208 deletions

View File

@@ -23,10 +23,10 @@
{% endif %}
{% endblock %}
</body>
<script>
{% block script %}
{{ super() }}
<script>
var processSelection = document.getElementsByClassName('process');
for(let i = 0; i < processSelection.length; i++) {
@@ -45,6 +45,7 @@
document.addEventListener('DOMContentLoaded', function() {
backend.activate_export(false);
}, false);
</script>
{% endblock %}
</script>
</html>