diff --git a/pandora/0xdb.jsonc b/pandora/0xdb.jsonc index fedfade31..5673bad69 100644 --- a/pandora/0xdb.jsonc +++ b/pandora/0xdb.jsonc @@ -569,7 +569,7 @@ "sitePages": [ {"id": "about", "title": "About"}, {"id": "news", "title": "News"}, - {"id": "tour", "title": "Take a Tour"}, + // {"id": "tour", "title": "Take a Tour"}, {"id": "faq", "title": "Frequently Asked Questions"}, {"id": "terms", "title": "Terms of Service"}, {"id": "rights", "title": "Rights Management"}, diff --git a/static/js/pandora/contactForm.js b/static/js/pandora/contactForm.js index df8f03ba6..410a4763a 100644 --- a/static/js/pandora/contactForm.js +++ b/static/js/pandora/contactForm.js @@ -115,6 +115,7 @@ pandora.ui.contactForm = function() { }).bindEvent({ click: function() { $dialog.close(); + $form.values({subject: '', message: ''}); } }) ],