mirror of
https://github.com/redstrate/Auracite.git
synced 2025-04-22 20:57:46 +00:00
Remove duplicate download
This commit is contained in:
parent
50f23fe8ea
commit
bf585ca802
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue