]> git.donarmstrong.com Git - neurodebian.git/commitdiff
More advice.
authorMichael Hanke <michael.hanke@gmail.com>
Wed, 18 May 2011 16:36:46 +0000 (12:36 -0400)
committerMichael Hanke <michael.hanke@gmail.com>
Wed, 18 May 2011 16:36:46 +0000 (12:36 -0400)
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);