fixed hash. this is the last v1.0.5 update
This commit is contained in:
parent
81bf549ef3
commit
20274417bb
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@
|
||||||
emailError.classList.remove('form-alert--visible');
|
emailError.classList.remove('form-alert--visible');
|
||||||
|
|
||||||
var details = {
|
var details = {
|
||||||
'hash': md5(fromEmail.value + '89745378945667832'),
|
'hash': md5(fromEmail.value + 'erkbn234987kjs'),
|
||||||
'fromEmail': fromEmail.value,
|
'fromEmail': fromEmail.value,
|
||||||
'message': message.value,
|
'message': message.value,
|
||||||
'title': 'Support - Visual Anatomy 3D (site)'
|
'title': 'Support - Visual Anatomy 3D (site)'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue