diff --git a/src/web/templates/index.html b/src/web/templates/index.html index e8e5bd2..c97aa9d 100644 --- a/src/web/templates/index.html +++ b/src/web/templates/index.html @@ -112,7 +112,9 @@ document.forms.download.querySelector('.submit-spinner').classList.add('submit-spinner_hide'); }; }; - xhr2.send(link) + body = {}; + body.link = link; + xhr2.send(body) }