noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 05/05: Task #1051 - Ajout fiche :Choix catég


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 05/05: Task #1051 - Ajout fiche :Choix catégorie Amélioration pour ajout catégorie
Date: Sat, 15 Nov 2014 23:24:40 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit c7703ab82ee99aeb152e22da93743d5645d95a11
Author: Dany De Bontridder <address@hidden>
Date:   Sun Nov 16 00:18:18 2014 +0100

    Task #1051 - Ajout fiche :Choix catégorie
    Amélioration pour ajout catégorie
---
 html/js/card.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/js/card.js b/html/js/card.js
index 583d1da..7776852 100644
--- a/html/js/card.js
+++ b/html/js/card.js
@@ -439,11 +439,11 @@ function select_card_type(obj)
     var sx=0;
     if ( window.scrollY)
     {
-            sx=window.scrollY+40;
+            sx=window.scrollY+160;
     }
     else
     {
-        sx=document.body.scrollTop+60;
+        sx=document.body.scrollTop+160;
     }
 
     var str_style="top:"+sx+"px;height:30%";



reply via email to

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