Merge pull request #2819 from joaquinelio/patch-12

foolproof
This commit is contained in:
Ilya Kantor 2022-01-09 12:21:16 +03:00 committed by GitHub
commit 246c600f11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@
<input type="text" placeholder="Press keys here" id="kinput">
<textarea id="area"></textarea>
<textarea id="area" readonly></textarea>
<input type="button" value="Clear" onclick="area.value = ''" />
</form>
<script src="script.js"></script>