Fix infinite loading screen
This commit is contained in:
@@ -1683,7 +1683,7 @@ define([
|
|||||||
state: (2 + (version / 10)),
|
state: (2 + (version / 10)),
|
||||||
progress: progress
|
progress: progress
|
||||||
});
|
});
|
||||||
});
|
}, store);
|
||||||
}).nThen(function (waitFor) {
|
}).nThen(function (waitFor) {
|
||||||
postMessage(clientId, 'LOADING_DRIVE', {
|
postMessage(clientId, 'LOADING_DRIVE', {
|
||||||
state: 3
|
state: 3
|
||||||
|
|||||||
Reference in New Issue
Block a user