Your Name 3 jaren geleden
bovenliggende
commit
4c016682fa
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      step_question/apis/static/script.js

+ 2 - 2
step_question/apis/static/script.js

@@ -81,7 +81,7 @@ $(".previous").click(function(){
 });
 
 
-$("input[name=submit]").click(function(){
+/*$("input[name=submit]").click(function(){
    console.log($("#msform").serialize());
   $.ajax({
     url: '/step_questions/submit',
@@ -94,7 +94,7 @@ $("input[name=submit]").click(function(){
       }
   }); 
 	return false; 
-});
+});*/
 
 function showThankyou() {
 	document.location = '/a1/index_complete.html';