Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
Merge pull request #13 from lemonskip/master
Browse files Browse the repository at this point in the history
Returning false when removing item.
  • Loading branch information
Lailson Bandeira committed Jul 24, 2012
2 parents 036e126 + 82f6168 commit 4b3cb9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vendor/assets/javascripts/jquery.nested-fields.js
Expand Up @@ -211,6 +211,7 @@
if(confirmed === undefined || confirmed === true) { if(confirmed === undefined || confirmed === true) {
removeItemWithCallbacks(item, options); removeItemWithCallbacks(item, options);
} }
return false;
}); });
} }


Expand Down

0 comments on commit 4b3cb9d

Please sign in to comment.