mirror of
https://github.com/redstrate/Auracite.git
synced 2025-04-22 12:47:45 +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(() => {
|
init().then(() => {
|
||||||
archive_character_base64(document.getElementById("name").value, document.getElementById("scales").checked).then((uri) => {
|
archive_character_base64(document.getElementById("name").value, document.getElementById("scales").checked).then((uri) => {
|
||||||
// Download character archive
|
// Download character archive
|
||||||
window.location.replace(uri);
|
|
||||||
var link = document.createElement('a');
|
var link = document.createElement('a');
|
||||||
link.download = document.getElementById("name").value + ".zip";
|
link.download = document.getElementById("name").value + ".zip";
|
||||||
link.href = uri;
|
link.href = uri;
|
||||||
|
|
Loading…
Add table
Reference in a new issue