noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 02/02: documentation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/02: documentation
Date: Wed, 20 May 2015 22:40:53 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit ea1ce3bf0be5d5b9095cfd8c7e5d060321333bd6
Author: Dany De Bontridder <address@hidden>
Date:   Thu May 21 00:37:23 2015 +0200

    documentation
---
 html/js/acc_ledger.js |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/html/js/acc_ledger.js b/html/js/acc_ledger.js
index 3472ea2..df53133 100644
--- a/html/js/acc_ledger.js
+++ b/html/js/acc_ledger.js
@@ -135,7 +135,7 @@ function update_pj()
     );
 }
 /**
- *ask the name, quick_code of the bank for the ledger
+ address@hidden ask the name, quick_code of the bank for the ledger
  */
 function update_bank()
 {
@@ -154,7 +154,7 @@ function update_bank()
 
 }
 /**
- * Update the number of rows when changing of ledger
+ * @brief Update the number of rows when changing of ledger
  */
 function update_row(ctl)
 {
@@ -211,7 +211,7 @@ function update_row(ctl)
     }
 }
 /**
- * Put into the span, the name of the bank, the bank account
+ * @brief Put into the span, the name of the bank, the bank account
  * and the quick_code
  */
 function success_update_bank(req)
@@ -237,7 +237,7 @@ function success_update_bank(req)
     }
 }
 /**
- * call ajax, ask what is the last date for the current ledger
+ * @brief call ajax, ask what is the last date for the current ledger
  */
 function get_last_date()
 {
@@ -255,7 +255,7 @@ function get_last_date()
     );
 }
 /**
- * callback ajax, set the ctl with the last date from the ledger
+ * @brief callback ajax, set the ctl with the last date from the ledger
  */
 function success_get_last_date(req)
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]