This commit is contained in:
Kumi 2019-02-24 11:16:36 +00:00
parent e89dac03ea
commit 9911f63ed1

View file

@ -104,7 +104,7 @@ function downloadnotice(device_id) {
if (!document.buildingfw) {
alert("Your file is being prepared. This might take a minute or two, the download will start automatically when the file is ready. You may close this page and click the download button again later to pick the file up we will store it for you.");
checkDownload('/devices/' + device_id + '/download/');
};
}
else {
alert("You are currently building another firmware. Please wait for this to finish and try again.");
};