Fix error message still remains even after connection is up again

This commit is contained in:
Hadi Nategh 2020-10-21 11:54:35 +02:00
parent 5bf4d4866f
commit d4d63d382e

View File

@ -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));
}