Skip to content

Commit

Permalink
removing debug
Browse files Browse the repository at this point in the history
  • Loading branch information
stuplum committed Mar 13, 2012
1 parent 2fca2c3 commit 6356add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ HTML5FORM.Form = Class.create({
}

self.form = $(self.options.formId); // cache the FormHTMLElement
console.log(self.form, self.options.formId);

self._addNoValidateAttr(); // Add novalidate attribute to stop built in html5 validation

self.form.select('input:not([type="submit"])').each(function(el) { // select inputs from within the form that should be validated
Expand Down

0 comments on commit 6356add

Please sign in to comment.