|
@@ -37,10 +37,9 @@ $(".next").click(function(){
|
|
|
type: 'post',
|
|
|
data: obj3,
|
|
|
success: function(suc_data) {
|
|
|
- if (suc_data.redirect) {
|
|
|
// data.redirect contains the string URL to redirect to
|
|
|
window.location.href = suc_data.redirect;
|
|
|
- }
|
|
|
+
|
|
|
},
|
|
|
//data:JSON.stringify({n1:"12",n2:"22"}),
|
|
|
error: function (error) {
|