noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 04/08: fix bug


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 04/08: fix bug
Date: Fri, 07 Nov 2014 21:59:23 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit dd864dcdca626cdbe54b21d4e85007e7e26eab83
Author: Dany De Bontridder <address@hidden>
Date:   Fri Nov 7 22:55:49 2014 +0100

    fix bug
---
 html/js/acc_ledger.js |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/html/js/acc_ledger.js b/html/js/acc_ledger.js
index cc9b0ac..24aec00 100644
--- a/html/js/acc_ledger.js
+++ b/html/js/acc_ledger.js
@@ -645,8 +645,6 @@ function view_history_account(p_value,dossier)
                                        {
                                                success_box(req,xml);
                                                
g(id).style.top=calcy(140+(layer*3))+"px";
-                                               g(id).style.left="10%";
-                                               g(id).style.width='80%';
                                        }
                    }
                );
@@ -667,8 +665,6 @@ function update_history_account(obj)
                                        {
                                                success_box(req,xml);
                                                
g(obj.div).style.top=calcy(140+(layer*3))+"px";
-                                               g(obj.div).style.left="10%";
-                                               g(obj.div).style.width='80%';
                                        }
            });
     } catch (e)
@@ -703,8 +699,6 @@ var popup={'id':
                                        {
                                                success_box(req,xml);
                                                
g(id).style.top=calcy(140+(layer*3))+"px";
-                                               g(id).style.left="10%";
-                                               g(id).style.width='80%';
                                        }
                    }
                );
@@ -724,8 +718,6 @@ function update_history_card(obj)
                                        {
                                                success_box(req,xml);
                                                
g(obj.div).style.top=calcy(140+(layer*3))+"px";
-                                               g(obj.div).style.left="10%";
-                                               g(obj.div).style.width='80%';
                                        }
            });
     } catch (e)
@@ -804,8 +796,6 @@ function modifyOperation(p_value, dossier)
                                        success_box(xml, txt);
                                         $(id).style.position="absolute";
                                        $(id).style.top = calcy(100 + (layer * 
3))+"px";
-                                       g(id).style.left = '10%';
-                                       g(id).style.width = "80%";
                                }
                        }
        );



reply via email to

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