ソースを参照

隐藏成功消息

visuddhinanda 5 年 前
コミット
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
 		sent_save_callback
 	)
 	)
 		.success(function () {
 		.success(function () {
-			alert("second success");
+			//alert("second success");
 		})
 		})
 		.error(function () {
 		.error(function () {
 			alert("error");
 			alert("error");
 		})
 		})
 		.complete(function () {
 		.complete(function () {
-			alert("complete");
+			//alert("complete");
 		});
 		});
 
 
 	if (sent_tran_div) {
 	if (sent_tran_div) {