|
@@ -37,8 +37,8 @@ $(".next").click(function(){
|
|
|
type: 'post',
|
|
|
data: obj3,
|
|
|
success: function(suc_data) {
|
|
|
- console.log(suc_data)
|
|
|
- window.location.replace(suc_data);
|
|
|
+ //console.log(suc_data)
|
|
|
+ //window.location.replace(suc_data);
|
|
|
//showThankyou();
|
|
|
},
|
|
|
//data:JSON.stringify({n1:"12",n2:"22"}),
|