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