Skip to content

Commit

Permalink
Allow bubbling of form submit event, closes senchalabs#116
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkaneda committed Dec 20, 2011
1 parent 3044eb1 commit 28975d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jqtouch.js
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@
});
return false;
}
return false;
return true;
}
function submitParentForm($el) {

Expand Down

0 comments on commit 28975d5

Please sign in to comment.