rename button

This commit is contained in:
Vitaly Domnikov
2022-09-29 14:09:07 -07:00
parent c5f4a6056f
commit eddd5358cb
+1 -1
View File
@@ -440,7 +440,7 @@
<section class="sub-section">
<button type="button" class="generate-button" onclick="outputString()">Generate code</button>
<button type="button" id = "copy-button" onclick="copyOutput()">Copy Output</button>
<button type="button" id = "copy-button" onclick="downloadFile()">Download as binary file</button>
<button type="button" id = "download-button" onclick="downloadFile()">Download as binary file</button>
<textarea id="code-output" class="code-output"></textarea>
</section>
</section>