Simple fix reducing necessary requests
This commit is contained in:
parent
97d045c063
commit
aec67fe5b7
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ function askreboot(device_id) {
|
||||||
|
|
||||||
function downloadnotice(device_id) {
|
function downloadnotice(device_id) {
|
||||||
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/');
|
||||||
};
|
};
|
||||||
|
|
||||||
function showdevices() {
|
function showdevices() {
|
||||||
|
|
Loading…
Reference in a new issue