|
@@ -23,13 +23,14 @@ $(".next").click(function(){
|
|
|
}
|
|
|
}
|
|
|
dataOBJ = {"name":name_title,"text_content":txtARR,"image_urls":imgARR}
|
|
|
+ objstr = JSON.stringify(dataOBJ);
|
|
|
console.log(txtARR);
|
|
|
- console.log(dataOBJ);
|
|
|
+ console.log(objstr);
|
|
|
|
|
|
$.ajax({
|
|
|
url: 'http://www.choozmo.com:8888/make_anchor_video_v2',
|
|
|
type: 'post',
|
|
|
- contentType: 'application/json',
|
|
|
+ contentType: 'json',
|
|
|
data: dataOBJ,
|
|
|
success: function(data) {
|
|
|
showThankyou();
|