From aec67fe5b709ffa5249e26a41d399ab8b6d2f469 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Sat, 9 Feb 2019 16:25:47 +0000 Subject: [PATCH] Simple fix reducing necessary requests --- static/js/devices.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/devices.js b/static/js/devices.js index 9e45ba0..2fdde9d 100644 --- a/static/js/devices.js +++ b/static/js/devices.js @@ -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() {