|
@@ -27,12 +27,12 @@ $(".next").click(function(){
|
|
obj2 = JSON.parse(objstr)
|
|
obj2 = JSON.parse(objstr)
|
|
obj3 = JSON.stringify(obj2)
|
|
obj3 = JSON.stringify(obj2)
|
|
console.log(txtARR);
|
|
console.log(txtARR);
|
|
- console.log(objstr);
|
|
|
|
|
|
+ console.log(obj3);
|
|
|
|
|
|
$.ajax({
|
|
$.ajax({
|
|
url: 'http://www.choozmo.com:8888/make_anchor_video_v2',
|
|
url: 'http://www.choozmo.com:8888/make_anchor_video_v2',
|
|
type: 'post',
|
|
type: 'post',
|
|
- data: dataOBJ,
|
|
|
|
|
|
+ data: obj3,
|
|
|
|
|
|
error: function (error) {
|
|
error: function (error) {
|
|
console.error(error)
|
|
console.error(error)
|