소스 검색

隐藏成功消息

visuddhinanda 4 년 전
부모
커밋
0f4d29dd61
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/term/note.js

+ 2 - 2
app/term/note.js

@@ -1546,13 +1546,13 @@ function note_sent_save_a(obj) {
 		sent_save_callback
 	)
 		.success(function () {
-			alert("second success");
+			//alert("second success");
 		})
 		.error(function () {
 			alert("error");
 		})
 		.complete(function () {
-			alert("complete");
+			//alert("complete");
 		});
 
 	if (sent_tran_div) {