From: Michael Hanke Date: Wed, 18 May 2011 16:36:46 +0000 (-0400) Subject: More advice. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=946f4f1eaca390e3a813c2ad498c93ae86732d68;p=neurodebian.git More advice. --- 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);