[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 11/11: documentation
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 11/11: documentation |
Date: |
Thu, 8 Aug 2024 14:52:18 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit 451b9cb7c24c5722744bc9a638ac6c76b648012d
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu Aug 8 20:51:53 2024 +0200
documentation
---
html/js/noalyss_script.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/html/js/noalyss_script.js b/html/js/noalyss_script.js
index b9d673921..bb584f94a 100644
--- a/html/js/noalyss_script.js
+++ b/html/js/noalyss_script.js
@@ -3160,7 +3160,7 @@ function alternate_row_color(p_table) {
}
/**
* Colorize the rows of the list
- * @param string p_table id of the table
+ * @param p_list {string} DOM id of the list
*/
function alternate_row_color_list(p_list) {
var list_colored = $(p_list);
@@ -4279,4 +4279,4 @@ function check_password_strength(p_pass_domid,
p_result_domid, details) {
/**
* @brief
- */
\ No newline at end of file
+ */
- [Noalyss-commit] [noalyss] branch unstable updated (65dd4e31c -> 451b9cb7c), dwm, 2024/08/08
- [Noalyss-commit] [noalyss] 03/11: GESTION : operation add receipt number, dwm, 2024/08/08
- [Noalyss-commit] [noalyss] 11/11: documentation,
dwm <=
- [Noalyss-commit] [noalyss] 01/11: Documentation, dwm, 2024/08/08
- [Noalyss-commit] [noalyss] 07/11: CCARD : rewrite, dwm, 2024/08/08
- [Noalyss-commit] [noalyss] 04/11: CCARD : rewriting interface, code cleanup, dwm, 2024/08/08
- [Noalyss-commit] [noalyss] 08/11: new function alternate_row_color_list, dwm, 2024/08/08
- [Noalyss-commit] [noalyss] 09/11: CCARD : remove category card with confirm, remove dead code, dwm, 2024/08/08
- [Noalyss-commit] [noalyss] 05/11: Javascript : documentation avec JSDOC, dwm, 2024/08/08
- [Noalyss-commit] [noalyss] 06/11: Cosmetic h1.legend, legend & fieldset, dwm, 2024/08/08
- [Noalyss-commit] [noalyss] 10/11: Fix : retrieve label from tva_code, dwm, 2024/08/08
- [Noalyss-commit] [noalyss] 02/11: Bug : fix create event from AGENDA, dwm, 2024/08/08