Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A validation improved (solid red lines around the text fields in all … #1133

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed useless assignment to variable emailAddress in docready.js
Ahonen Mika J committed Mar 10, 2021
commit f2f34045f65faa04501ea935f27f88225eaa1134
1 change: 0 additions & 1 deletion resource/js/docready.js
Original file line number Diff line number Diff line change
@@ -836,7 +836,6 @@ $(function() { // DOCUMENT READY
$('#message').removeClass('missing-value');
$('#msgsubject').removeClass('missing-value');
var emailMessageVal = $("#message").val();
var emailAddress = $("#email").val();
var emailSubject = $("#msgsubject").val();
var requiredFields = true;
if (emailMessageVal === '') {