Skip to content

Commit

Permalink
Fix installer JS on Email settings step.
Browse files Browse the repository at this point in the history
  • Loading branch information
nchervyakov committed Sep 22, 2014
1 parent d967d7e commit a264989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/views/installation/emailsettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
} else {
$passwordField.removeAttr('disabled');
}
$settingsForm.data('bootstrapValidator').resetForm();
form.data('bootstrapValidator').resetForm();
});
$useExistingPw.trigger('change');
});
Expand Down

0 comments on commit a264989

Please sign in to comment.