Your Name 3 years ago
parent
commit
bb7a6840b0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      step_question/apis/static/script.js

+ 1 - 0
step_question/apis/static/script.js

@@ -89,6 +89,7 @@ $("input[name=submit]").click(function(){
     dataType: 'json',
     data: $("#msform").serialize(),
     success: function(data) {
+		alert('okok');
       showThankyou();
       }
   });