Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitae5a6d2

Browse files
committed
[#3157] Removing one extra variable change
1 parentbb34344 commitae5a6d2

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)

[8]ページ先頭

©2009-2025 Movatter.jp