Getting results referencing ProcedureSampleAssociation
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user