Task #0001417: Reconnexion souple
connect Signed-off-by: sparkyx <danydb@noalyss.eu>
This commit is contained in:
parent
8ea668ed86
commit
c123c78eb8
13 changed files with 97 additions and 56 deletions
|
|
@ -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%" ,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue