mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 19:41:45 +02:00
Fix error message still remains even after connection is up again
This commit is contained in:
@ -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));
|
||||
}
|
||||
|
Reference in New Issue
Block a user