noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 22/39: Error with card


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 22/39: Error with card
Date: Sat, 11 Jul 2020 13:20:42 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 5f94ba1ec63d0c691e5b0cc9c4f075d590421fe5
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Sun Jun 7 19:12:21 2020 +0200

    Error with card
---
 html/js/card.js            | 2 +-
 include/ajax/ajax_card.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/js/card.js b/html/js/card.js
index 1ad8e4e..8c7b918 100644
--- a/html/js/card.js
+++ b/html/js/card.js
@@ -1157,7 +1157,7 @@ function delete_card_id(p_fiche_id)
 * update a card in ajax , and update a row
 * 
 */
-function update_row(obj)
+function card_update_row(obj)
 {
     try {
         var name = obj.id;
diff --git a/include/ajax/ajax_card.php b/include/ajax/ajax_card.php
index 2053f1a..11c6e70 100644
--- a/include/ajax/ajax_card.php
+++ b/include/ajax/ajax_card.php
@@ -149,7 +149,7 @@ case 'dc':
             break;
         case "2":
             // update a row in the table X
-            $after_save="update_row(this)";
+            $after_save="card_update_row(this)";
             break;
         default:
             break;



reply via email to

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