|
@@ -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';
|