]> git.donarmstrong.com Git - neurodebian.git/blobdiff - survey/survey.rst
More advice.
[neurodebian.git] / survey / survey.rst
index b9bd5bd9be2f87ed41f0a732f3cd772be73efbcb..48488668b0ebe5430ef724cd1a425e589615a0f2 100644 (file)
@@ -46,7 +46,7 @@ For feedback email team@neuro.debian.net
        if (data.success == true) {
            $('#nss_survey').resetForm();
            $('#submit_button').hide();
-           $('#server_response').html("<p><em>Thanks for participating in this survey.</em></p>" + data.results)
+           $('#server_response').html("<p><em>Thanks for participating in this survey. Scroll down to see the statistics.</em></p>" + data.results)
        } else {
            $('#server_response').html("");
            alert(data.message);