Fix having to decrypt & download in two steps

This commit is contained in:
Michael Telatynski 2020-03-03 11:03:40 +00:00
parent db3721b10b
commit 0e65d54af2
2 changed files with 4 additions and 1 deletions

View file

@ -27,6 +27,7 @@ function remoteRender(event) {
// Don't display scrollbars if the link takes more than one line to display.
body.style = "margin: 0px; overflow: hidden";
body.appendChild(a);
a.click(); // try to trigger download automatically
}
function remoteSetTint(event) {