From dc4efd327fa7bb430f9776aa07ec2467376363aa Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Mon, 16 May 2011 11:34:01 -0400 Subject: [PATCH] Polish, disable auto-reset for now --- survey/survey.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/survey/survey.rst b/survey/survey.rst index a14eec5..9b0bf50 100644 --- a/survey/survey.rst +++ b/survey/survey.rst @@ -5,7 +5,7 @@ Scientific software usage in neuroscience research This survey should take about five minutes. Immediately after submission you will be presented with some statistics on previous responses. Please try to answer as many questions as you can, but don't worry if you cannot answer all -of them. +of them. For feedback email team@neuro.debian.net .. raw:: html @@ -43,9 +43,9 @@ of them. function showResponse(data, statusText, xhr, $form) { // reset form if server reports success if (data.success == true) { - $('#nss_survey').resetForm(); - $('#submit_button').hide(); - $('#server_response').html(data.results); + //$('#nss_survey').resetForm(); + //$('#submit_button').hide(); + $('#server_response').html("

Thanks for participating in this survey.

" + data.results) } else { $('#server_response').html(""); alert(data.message); @@ -932,9 +932,6 @@ Other --------------------------------------------------------------- -Thanks for filling out the questionaire. Upon successful submission you will -be presented with some statistics computed from all previous participants. - .. raw:: html -- 2.39.2