mivita/public/assets/js/contact.js
2018-11-17 02:01:22 +01:00

11 lines
No EOL
370 B
JavaScript

/** CONTACT FORM
*************************************************** **/
var _hash = window.location.hash;
/**
BROWSER HASH - from php/contact.php redirect!
#alert_success = email sent
#alert_failed = email not sent - internal server error (404 error or SMTP problem)
#alert_mandatory = email not sent - required fields empty
**/ jQuery(_hash).show();