From 075a196ed1c59ea16bc6049cde2c07fa17792f09 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Mon, 30 Mar 2020 15:59:34 +0200 Subject: [PATCH 1/2] Changing the "jQuery" part Most important: * Get rid of this complicated JavaScript block that does nothing but append the "add tags" link. The link is now just rendered in the Twig block, and "activated" in the JavaScript block. If somebody wants to have it more fancy, they need to figure it out themselves - this is no JavaScript tutorial ;-) Besides, the `ul` approach used here probably won't fit for all users - so they need to adjust it anyway... Less important: * Shortening the text * Including link to jQuery --- form/form_collections.rst | 54 +++++++++++++++------------------------ 1 file changed, 21 insertions(+), 33 deletions(-) diff --git a/form/form_collections.rst b/form/form_collections.rst index 00e524607fc..5e270e12d86 100644 --- a/form/form_collections.rst +++ b/form/form_collections.rst @@ -304,40 +304,23 @@ On the rendered page, the result will look something like this: