Skip to content

Commit

Permalink
recompile
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrammatiko committed Jul 20, 2017
1 parent e7135cf commit 8582cb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions installation/template/js/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,12 @@ if (document.getElementById('step2')) {
})
}

Joomla.checkFields = function(fields) {
if (fields.length) {
fields.forEach()
}
};

Joomla.checkInputs = function() {
document.getElementById('jform_admin_password2').value = document.getElementById('jform_admin_password').value;
// document.getElementById('jform_admin_password2').type = 'text';
Expand Down
4 changes: 0 additions & 4 deletions installation/template/scss/template.scss
Original file line number Diff line number Diff line change
Expand Up @@ -366,10 +366,6 @@ legend {
margin-bottom: 0;
}

.modal label {
width: 100%;
}

// Validation
.invalid {
color: $switcher-color-danger;
Expand Down

0 comments on commit 8582cb6

Please sign in to comment.