Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
change to textarea again
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Sep 15, 2024
1 parent d627a12 commit 52e202b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions salam-online.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,7 @@
</header>

<!-- Output -->
<div contenteditable="" class="code">
<span style="background-color: yellow;">function</span> myFunc() {
<span style="background-color: yellow;">return</span> 42;
}
</div>
<textarea class="code"></textarea>
<iframe class="iframe"></iframe>
<pre class="output"></pre>
<pre class="error"></pre>
Expand Down

0 comments on commit 52e202b

Please sign in to comment.