Fix having to decrypt & download in two steps
This commit is contained in:
parent
db3721b10b
commit
0e65d54af2
2 changed files with 4 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue