mirror of
https://github.com/Doodle3D/doodle3d-connect.git
synced 2024-12-24 17:43:48 +01:00
Install update fix
This commit is contained in:
parent
ef141ea859
commit
df9901ce5e
@ -87,6 +87,7 @@
|
||||
}
|
||||
break;
|
||||
case UpdateAPI.STATUS.INSTALLED:
|
||||
_installing = false;
|
||||
_updateAPI.stopAutoRefresh();
|
||||
clearTimeout(_updatedRedirectDelay);
|
||||
_updatedRedirectDelay = setTimeout(function () {
|
||||
@ -102,6 +103,9 @@
|
||||
}
|
||||
},UPDATED_REDIRECT_DELAY);
|
||||
break;
|
||||
case UpdateAPI.STATUS.INSTALL_FAILED:
|
||||
_installing = false;
|
||||
break;
|
||||
}
|
||||
}
|
||||
function updatePage(data) {
|
||||
|
Loading…
Reference in New Issue
Block a user