We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9263a92 commit 0a24ad9Copy full SHA for 0a24ad9
1 file changed
index.htm
@@ -9701,6 +9701,7 @@ <h3>Decoding:</h3>
9701
link.href = makeTextFile(textbox.value);
9702
link.download = document.getElementById('filename').value;
9703
link.style.display = 'block';
9704
+ link.target = '_blank';
9705
}, false);
9706
})();
9707
@@ -9765,5 +9766,5 @@ <h3>Decoding:</h3>
9765
9766
9767
9768
-
9769
</body></html>
9770
+
0 commit comments