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 47af154afa
commit 0b3f2699f4

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