ming пре 3 година
родитељ
комит
e2ff80ed01
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      script_msg.js

+ 1 - 1
script_msg.js

@@ -33,7 +33,7 @@ $(".next").click(function(){
 	type: 'post',
 	data: objstr,
 	success: function(suc_data) {
-    alert(suc_data)
+    alert(suc_data.msg)
 	  },
 	//data:JSON.stringify({n1:"12",n2:"22"}),
 	error: function (error) {