This commit is contained in:
yflory 2020-01-29 17:15:27 +01:00
parent 31f05a591c
commit d979131a85

View File

@ -1578,6 +1578,7 @@ define([
if (info.state) {
UI.findOKButton().click();
offline = false;
// XXX allow reconnect or not?
/*UI.confirm(Messages.oo_reconnect, function (yes) {
if (!yes) { return; }
common.gotoURL();