Browse Source

Merge commit '0f4d29dd6171ee7704f86d93a9252b8912129883' of http://192.168.255.107/mint/

Bhikkhu-Kosalla 5 years ago
parent
commit
32144b8311
1 changed files with 2 additions and 2 deletions
  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) {