Add debug output to feedback form
This commit is contained in:
parent
0444ae2474
commit
4ec326aa57
|
@ -479,6 +479,7 @@ function Contact()
|
|||
data: {email: this.email.value(), msg: this.msg.value()},
|
||||
method: 'POST'
|
||||
});
|
||||
$.log('Email: '+this.email.value() +'; MSG: '+this.msg.value());
|
||||
event.preventDefault();
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue