fix bug
This commit is contained in:
parent
22e7ce9f52
commit
dd864dcdca
1 changed files with 0 additions and 10 deletions
|
|
@ -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%";
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue