diff --git a/api/js/jsapi/egw.js b/api/js/jsapi/egw.js index fbed29043a..e858505b27 100644 --- a/api/js/jsapi/egw.js +++ b/api/js/jsapi/egw.js @@ -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)); }