ming hace 3 años
padre
commit
36e9ff0dc5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      script_msg.js

+ 1 - 1
script_msg.js

@@ -30,7 +30,7 @@ $(".next").click(function(){
 	url: 'http://www.choozmo.com:8888/make_anchor_video_v2',
 	type: 'post',
 	dataType: 'json',
-	data: dataOBJ,
+	data: JSON.stringify(dataOBJ),
 	success: function(data) {
 	  showThankyou();
 	},