Skip to content

Commit

Permalink
Modified Subject and description concatenation.
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonpaul committed Jun 10, 2024
1 parent f6ec1a7 commit 280a3fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/js/main-new.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,8 @@ $('#contact-submit-live').prop('disabled', 'disabled');
$('#messagealert').css('display', 'none');
}
var description = 'Subject: '+subject;
description += '
';
//description += '


';
description += '<br />';
description += 'Message: '+message;
var form = new FormData();
form.append("grant_type", "client_credentials");
Expand Down

0 comments on commit 280a3fb

Please sign in to comment.