Task #0001417: Reconnexion souple

connect

Signed-off-by: sparkyx <danydb@noalyss.eu>
This commit is contained in:
sparkyx 2021-06-11 17:12:39 +02:00
parent 8ea668ed86
commit c123c78eb8
13 changed files with 97 additions and 56 deletions

View file

@ -309,6 +309,7 @@ function action_add(p_dossier) {
method:'get',
parameters : {gDossier:p_dossier,'op':'action_add'},
onSuccess : function(p_xml, p_text) {
if (p_xml.responseText === 'NOCONX') { reconnect();return;}
remove_waiting_box();
add_div({id: 'action_add_div',
style:"top:1%;width:80%;left:10%" ,