-
+
-
Success!
Thank you for your interest. We'll be in touch soon. While you wait, check out some of our features!
+
-
Ruh-roh!
Hmmm, something went wrong. Please send email to support@humbughq.com.
+
diff --git a/zephyr/static/js/landing-page.js b/zephyr/static/js/landing-page.js
index f6d3994f8a..a2f674dd8b 100644
--- a/zephyr/static/js/landing-page.js
+++ b/zephyr/static/js/landing-page.js
@@ -23,7 +23,7 @@ $(function () {
$(".letter-form").ajaxForm({
dataType: 'json', // This seems to be ignored. We still get back an xhr.
beforeSubmit: function (arr, form, options) {
- $(".alert").hide();
+ $(".alert-hidden").hide();
var has_email = false;
$.each(arr, function (idx, elt) {
if (elt.name === 'email' && elt.value.length) {
diff --git a/zephyr/static/styles/portico.css b/zephyr/static/styles/portico.css
index 76906e3d4f..ae0667b7f6 100644
--- a/zephyr/static/styles/portico.css
+++ b/zephyr/static/styles/portico.css
@@ -308,6 +308,6 @@ img.screenshot{
}
}
-.alert {
+.alert-hidden {
display: none;
}