noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 06/12: Augmentation du nombre maximum de rép


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 06/12: Augmentation du nombre maximum de répartitions analytiques
Date: Sat, 26 Jul 2014 14:53:50 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 14006ddc10f185e0ac10db61c345095c4f08a9e1
Author: Vincent Danjean <address@hidden>
Date:   Tue Jul 22 14:17:23 2014 +0200

    Augmentation du nombre maximum de répartitions analytiques
    
    On passe de 5 à 15 dans un premier temps
---
 html/js/anc_script.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/js/anc_script.js b/html/js/anc_script.js
index ef5e3bb..b7a3a94 100644
--- a/html/js/anc_script.js
+++ b/html/js/anc_script.js
@@ -37,9 +37,9 @@ function add_row(p_table,p_seq)
     var new_value=mytable.rows.length+1;
 
 
-    if ( mytable.rows.length > 5 )
+    if ( mytable.rows.length > 15 )
     {
-        alert("Maximum 5 lignes ");
+        alert("Maximum 15 lignes ");
         return;
     }
        amount=compute_total_table(p_table,p_seq);



reply via email to

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