forked from extern/egroupware
Fix error message still remains even after connection is up again
This commit is contained in:
parent
47af154afa
commit
0b3f2699f4
@ -372,7 +372,7 @@
|
|||||||
this.loading_prompt('connectionLost', true, '', null);
|
this.loading_prompt('connectionLost', true, '', null);
|
||||||
}, egw(window));
|
}, egw(window));
|
||||||
window.Offline.on('up', function(){
|
window.Offline.on('up', function(){
|
||||||
jQuery('#egw_message').click();
|
jQuery('.close', '#egw_message').click();
|
||||||
this.loading_prompt('connectionLost', false);
|
this.loading_prompt('connectionLost', false);
|
||||||
}, egw(window));
|
}, egw(window));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user