|
@@ -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',
|
|
@@ -93,7 +93,7 @@ $("input[name=submit]").click(function(){
|
|
|
}
|
|
|
});
|
|
|
return false;
|
|
|
-})
|
|
|
+})*/
|
|
|
|
|
|
function showThankyou() {
|
|
|
document.location = 'index_complete.html';
|