We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee24c7b commit 68d6b14Copy full SHA for 68d6b14
src/assets/js/installation.js
@@ -76,7 +76,7 @@ $(function () {
76
77
// Check for empty fields.
78
var missingRequired = false;
79
- $('input').each(function () {
+ $('.form-group input').each(function () {
80
if ($(this).val() == '') {
81
$(this).closest('.form-group').addClass('has-error');
82
missingRequired = true;
0 commit comments