fix installer for local files in FF (#1224)
This commit is contained in:
parent
33e7f920a3
commit
82d2530669
|
@ -19,7 +19,7 @@ const preinit = (() => {
|
||||||
.catch(getData);
|
.catch(getData);
|
||||||
} else {
|
} else {
|
||||||
getData = PortDownloader();
|
getData = PortDownloader();
|
||||||
firstGet = getData({timer: false});
|
firstGet = getData({force: true});
|
||||||
}
|
}
|
||||||
|
|
||||||
function DirectDownloader() {
|
function DirectDownloader() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user