ming 3 vuotta sitten
vanhempi
commit
a325718b03
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  1. 1 3
      script_msg.js

+ 1 - 3
script_msg.js

@@ -31,9 +31,7 @@ $(".next").click(function(){
 	url: 'http://www.choozmo.com:8888/make_anchor_video_v2',
 	type: 'post',
 	data: dataOBJ,
-	success: function(data) {
-	  showThankyou();
-	},
+	
 	error: function (error) {
 		console.error(error)
 	}