Misplacing of box due to a change in the id name

This commit is contained in:
Dany De Bontridder 2018-01-10 14:57:58 +01:00
parent 9090302a33
commit aad3efbd5e

View file

@ -676,7 +676,7 @@ function view_history_account(p_value, dossier)
remove_waiting_box();
add_div(popup);
success_box(req, xml);
g(id).style.top = calcy(140 + (layer * 3)) + "px";
$(idbox).style.top = calcy(140 + (layer * 3)) + "px";
}
}
);
@ -748,7 +748,7 @@ function view_history_card(p_value, dossier)
remove_waiting_box();
add_div(popup);
success_box(req, xml);
g(id).style.top = calcy(140 + (layer * 3)) + "px";
g(idbox).style.top = calcy(140 + (layer * 3)) + "px";
}
}
);