2
0
mirror of https://git.coolaj86.com/coolaj86/telebit-relay.js.git synced 2025-04-21 11:00:37 +00:00

Updated comment on newsletter subscriptions

This commit is contained in:
John Shaver 2018-08-02 15:26:38 -07:00
parent c44608cbe7
commit 353329120f

View File

@ -89,7 +89,7 @@ function submitFormData(form) {
var msg = {
address: data.get("email")
, comment: 'ppl: ' + (data.get("name") || '')
, comment: 'telebit: ' + (data.get("name") || '')
};
var errors = validateFormData(msg);