fix installer for local files in FF (#1224)

This commit is contained in:
vVde3S88xHW6EZaB63HyXQUipgFtaWooYGDs35g 2021-04-08 09:45:43 +02:00 committed by GitHub
parent 33e7f920a3
commit 82d2530669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() {