This commit is contained in:
Ross
2021-09-08 14:56:53 +01:00
parent 97d6fe762b
commit bc96ea0b9c
@@ -110,7 +110,7 @@
{% endfor %}
</details>
<script>
function toggleEdit() {
function toggleEdit {
$("#toggle-button").toggle();
}