Skip to content

Commit 0a24ad9

Browse files
authored
Add files via upload
1 parent 9263a92 commit 0a24ad9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

index.htm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9701,6 +9701,7 @@ <h3>Decoding:</h3>
97019701
link.href = makeTextFile(textbox.value);
97029702
link.download = document.getElementById('filename').value;
97039703
link.style.display = 'block';
9704+
link.target = '_blank';
97049705
}, false);
97059706
})();
97069707

@@ -9765,5 +9766,5 @@ <h3>Decoding:</h3>
97659766

97669767

97679768

9768-
97699769
</body></html>
9770+

0 commit comments

Comments
 (0)