noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 12/14: typo


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 12/14: typo
Date: Sun, 16 Nov 2014 14:28:04 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit cbd188fb6d3a4bb79e045aca48ed7668486aa7ff
Author: Dany De Bontridder <address@hidden>
Date:   Sun Nov 16 15:24:38 2014 +0100

    typo
---
 html/js/gestion.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/html/js/gestion.js b/html/js/gestion.js
index 3448612..4fcfc2a 100644
--- a/html/js/gestion.js
+++ b/html/js/gestion.js
@@ -79,7 +79,7 @@ function update_document(p_dossier,p_id)
 */
 function remove_operation(p_dossier,p_id)
 {
-       queryString="gDossier="+p_dossier+"&a=rmop&id="+p_id;
+       var queryString="gDossier="+p_dossier+"&a=rmop&id="+p_id;
        var action=new Ajax.Request (
                "show_document.php",
                {



reply via email to

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