Skip to content

Commit

Permalink
Merge pull request #77 from legalthings/initbootstrap
Browse files Browse the repository at this point in the history
Changed second initBootstrapValidation function name
  • Loading branch information
svenstm authored Oct 31, 2017
2 parents f528521 + 252e87f commit 864f38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/legalform-validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
/**
* Update the bootstrap vaidation for the forms
*/
this.initBootstrapValidation = function () {
this.updateBootstrapValidation = function () {
$(this.elWizard).find('form').validator('update');
}

Expand Down

0 comments on commit 864f38c

Please sign in to comment.