Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f96f821

Browse filesBrowse files
committed
Merge branch '2.0' into 2.1
2 parents 42a9416 + ae5a6d2 commit f96f821
Copy full SHA for f96f821

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cookbook/form/form_collections.rst

Copy file name to clipboardExpand all lines: cookbook/form/form_collections.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ one example:
406406
$collectionHolder.data('index', index + 1);
407407
408408
// Display the form in the page in an li, before the "Add a tag" link li
409-
var $newFormLi = $('<li></li>').append($newForm);
409+
var $newFormLi = $('<li></li>').append(newForm);
410410
$newLinkLi.before($newFormLi);
411411
}
412412

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.