Explorar el Código

隐藏成功消息

visuddhinanda hace 5 años
padre
commit
0f4d29dd61
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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) {