Skip to content

Commit

Permalink
Remove duplicate download
Browse files Browse the repository at this point in the history
  • Loading branch information
redstrate committed Nov 1, 2024
1 parent 50f23fe commit bf585ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
init().then(() => {
archive_character_base64(document.getElementById("name").value, document.getElementById("scales").checked).then((uri) => {
// Download character archive
window.location.replace(uri);
var link = document.createElement('a');
link.download = document.getElementById("name").value + ".zip";
link.href = uri;
Expand Down

0 comments on commit bf585ca

Please sign in to comment.