Skip to content

Commit

Permalink
Merge pull request #78 from legalthings/recommit-optiongroup-fix
Browse files Browse the repository at this point in the history
recommit optiongroup fix
  • Loading branch information
svenstm authored Oct 31, 2017
2 parents 864f38c + b4716f1 commit 1e11ac9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/ractive-legalform.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@
onChangeLegalForm: function (newValue, oldValue, keypath) {
if (this.isCondition(keypath)) {
this.onChangeCondition(newValue, oldValue, keypath);

if ($(this.el).hasClass('material')) {
$(this.el).toMaterial();
}

if (this.validation) this.validation.updateBootstrapValidation();
}

if ($(this.el).hasClass('material')) {
$(this.el).toMaterial();
}


this.updateExpressions(newValue, oldValue, keypath);
Expand Down

0 comments on commit 1e11ac9

Please sign in to comment.