Skip to content

Commit 3f3e0a7

Browse files
author
梶塚太智
committed
Modify to unable edit in output and log
1 parent e3e0bc0 commit 3f3e0a7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
.DS_Store

oxe.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,10 @@
9393
</button>
9494

9595
<div class="split">
96-
<textarea id="output" rows="15">Standard output</textarea>
97-
<textarea id="log" rows="15">Inside stack</textarea>
96+
<textarea id="output" readonly rows="15">
97+
Standard output</textarea
98+
>
99+
<textarea id="log" readonly rows="15">Inside stack</textarea>
98100
</div>
99101
</div>
100102
</body>

0 commit comments

Comments
 (0)