Simple fix reducing necessary requests

This commit is contained in:
Kumi 2019-02-09 16:25:47 +00:00
parent 97d045c063
commit aec67fe5b7

View file

@ -99,7 +99,7 @@ function askreboot(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.");
checkDownload('/devices/' + device_id + '/download');
checkDownload('/devices/' + device_id + '/download/');
};
function showdevices() {