From 946f4f1eaca390e3a813c2ad498c93ae86732d68 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Wed, 18 May 2011 12:36:46 -0400 Subject: [PATCH] More advice. --- survey/survey.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/survey/survey.rst b/survey/survey.rst index b9bd5bd..4848866 100644 --- a/survey/survey.rst +++ b/survey/survey.rst @@ -46,7 +46,7 @@ For feedback email team@neuro.debian.net if (data.success == true) { $('#nss_survey').resetForm(); $('#submit_button').hide(); - $('#server_response').html("

Thanks for participating in this survey.

" + data.results) + $('#server_response').html("

Thanks for participating in this survey. Scroll down to see the statistics.

" + data.results) } else { $('#server_response').html(""); alert(data.message); -- 2.39.5