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