Skip to content

Commit ae5a6d2

Browse files
committed
[#3157] Removing one extra variable change
1 parent bb34344 commit ae5a6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/form_collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ one example:
410410
$collectionHolder.data('index', index + 1);
411411
412412
// Display the form in the page in an li, before the "Add a tag" link li
413-
var $newFormLi = $('<li></li>').append($newForm);
413+
var $newFormLi = $('<li></li>').append(newForm);
414414
$newLinkLi.before($newFormLi);
415415
}
416416

0 commit comments

Comments
 (0)