]> git.donarmstrong.com Git - neurodebian.git/blobdiff - survey/survey.rst
jsut copy paste for future ratings redone fig
[neurodebian.git] / survey / survey.rst
index 0a5f20ad74418ad44c1b5e715398f07d04ec665d..18a8a7b2ec46e654b20be0ec035c0fa80852a1d2 100644 (file)
@@ -43,8 +43,8 @@ of them. For feedback email team@neuro.debian.net
    function showResponse(data, statusText, xhr, $form)  {
        // reset form if server reports success
        if (data.success == true) {
-           //$('#nss_survey').resetForm();
-           //$('#submit_button').hide();
+           $('#nss_survey').resetForm();
+           $('#submit_button').hide();
            $('#server_response').html("<p><em>Thanks for participating in this survey.</em></p>" + data.results)
        } else {
            $('#server_response').html("");