[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 05/29: Bug cosmetic : when update in a window
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 05/29: Bug cosmetic : when update in a window |
Date: |
Sat, 6 Jan 2024 05:59:13 -0500 (EST) |
sparkyx pushed a commit to branch devel
in repository noalyss.
commit 9ecd10dcb7f5a7c9021f9ac956865953db89e788
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Fri Dec 15 19:02:49 2023 +0100
Bug cosmetic : when update in a window
---
html/js/acc_ledger.js | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/html/js/acc_ledger.js b/html/js/acc_ledger.js
index 5ad1e921b..e9a1184c3 100644
--- a/html/js/acc_ledger.js
+++ b/html/js/acc_ledger.js
@@ -1245,7 +1245,9 @@ function op_save(obj)
parameters: queryString,
onFailure: null,
onSuccess: function (req){
- if (req.responseText !=='OK') {
+ remove_waiting_box();
+ var answer=req.getElementsByTagName('code');
+ if (answer[0] !=='OK') {
console.error("D2. op_save")
smoke.alert(req.responseText);
}
- [Noalyss-commit] [noalyss] branch devel updated (98390d4d4 -> ead8d5f23), dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 03/29: PHP 8.0 Minimum, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 06/29: PHP 8.2 compatibility, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 01/29: Code : change filename, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 02/29: PHP Compatibility, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 05/29: Bug cosmetic : when update in a window,
dwm <=
- [Noalyss-commit] [noalyss] 07/29: Improve Debug, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 08/29: typo, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 09/29: Fix Bug Balance Accountancy, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 10/29: cosmetic : color info password, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 11/29: PHP8.1 Compatibility, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 13/29: Code improve : Acc_Balance utilise PDF_CORE::is_fill, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 14/29: Improve Code : permet d'avoir plusieurs couleurs sur une ligne, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 17/29: Improve : PRINTJRN search in detail VAT mode, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 18/29: PHP8.1 Compatibility, dwm, 2024/01/06
- [Noalyss-commit] [noalyss] 21/29: PhpUnit : test, dwm, 2024/01/06