mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
Fixed bug in loading screen, which prevented the DOWNLOADING status from showing.
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
textStatus = status.description;
|
||||
retryInterval = 1000;
|
||||
}
|
||||
else if (status.status == "DOWNLOADING") {
|
||||
else if (status.id == "DOWNLOADING") {
|
||||
textStatus = status.description;
|
||||
retryInterval = 1000;
|
||||
}
|
||||
|
Reference in New Issue
Block a user