mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-05-26 12:09:53 +05:30
edited codegen2
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
"\nxgrid()";
|
||||
|
||||
codeArea.innerText += "\nxstring(5.5, 450, ['Name: "+document.getElementById("stuName").value+"'])";
|
||||
codeArea.innerText += "\nxstring(5.5, 400, ['SRN: "+document.getElementById("srn").value+"'])";
|
||||
codeArea.innerText += "\nxstring(5.5, 425, ['SRN: "+document.getElementById("srn").value+"'])";
|
||||
|
||||
codeArea.innerText += "\nxstring(0.8, 850, ['SCALE'])"+
|
||||
"\nxstring(0.5, 825, ['X-AXIS: 0.5 mL'])"+
|
||||
@@ -130,6 +130,9 @@
|
||||
"\nxstring(0.8, 550, ['SCALE'])"+
|
||||
"\nxstring(0.5, 525, ['X-AXIS: 0.5 mL'])"+
|
||||
"\nxstring(0.49, 500, ['Y-AXIS: 50 units'])";
|
||||
|
||||
codeArea.innerText += "\nxstring(5.5, 550, ['Name: "+document.getElementById("stuName").value+"'])";
|
||||
codeArea.innerText += "\nxstring(5.5, 525, ['SRN: "+document.getElementById("srn").value+"'])";
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user