Fixing #18
This commit is contained in:
parent
e89dac03ea
commit
9911f63ed1
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ function downloadnotice(device_id) {
|
||||||
if (!document.buildingfw) {
|
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.");
|
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/');
|
checkDownload('/devices/' + device_id + '/download/');
|
||||||
};
|
}
|
||||||
else {
|
else {
|
||||||
alert("You are currently building another firmware. Please wait for this to finish and try again.");
|
alert("You are currently building another firmware. Please wait for this to finish and try again.");
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue