mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix error message still remains even after connection is up again
This commit is contained in:
parent
5bf4d4866f
commit
d4d63d382e
@ -372,7 +372,7 @@
|
||||
this.loading_prompt('connectionLost', true, '', null);
|
||||
}, egw(window));
|
||||
window.Offline.on('up', function(){
|
||||
jQuery('#egw_message').click();
|
||||
jQuery('.close', '#egw_message').click();
|
||||
this.loading_prompt('connectionLost', false);
|
||||
}, egw(window));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user