Skip to content

Commit 68d6b14

Browse files
Fix installation form with injected elements
1 parent ee24c7b commit 68d6b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/js/installation.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ $(function () {
7676

7777
// Check for empty fields.
7878
var missingRequired = false;
79-
$('input').each(function () {
79+
$('.form-group input').each(function () {
8080
if ($(this).val() == '') {
8181
$(this).closest('.form-group').addClass('has-error');
8282
missingRequired = true;

0 commit comments

Comments
 (0)