Minor tweak

This commit is contained in:
Javier Eguiluz
2024-02-19 12:55:06 +01:00
parent f08455539d
commit 91c545f5b0

View File

@@ -579,8 +579,8 @@ on the server. In order for this to work in an HTML form, you must remove
the DOM element for the collection item to be removed, before submitting
the form.
In our JavaScript, we first need add a "delete" button to each existing tag on the page.
Then, we append the "add delete button" method in the function that adds the new tags.
In the JavaScript code, add a "delete" button to each existing tag on the page.
Then, append the "add delete button" method in the function that adds the new tags:
.. code-block:: javascript