diff --git a/themes/blueprint/js/feedback.js b/themes/blueprint/js/feedback.js index 0bdef3d2fcb5ca221b9efb481e6f23d7f225a199..96b5c82d8a40f9ede60c72e6c989766fea9ecfad 100644 --- a/themes/blueprint/js/feedback.js +++ b/themes/blueprint/js/feedback.js @@ -14,7 +14,7 @@ $(document).ready(function(){ // This is the ajax for the feedback $(document).ready(function(){ - $('.error').hide(); + $('#contact_form label.error').hide(); $("div#slideOut").removeClass('slideOutForm'); $('input.text-input').addClass('feedbackDeselect'); $('input.text-input').focus(function(){