aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorslashinfty <matt.braddock@gmail.com> 2020-08-07 20:51:07 -0400
committerslashinfty <matt.braddock@gmail.com> 2020-08-07 20:51:07 -0400
commit4c82453082268b041d23639c974f0880639bb491 (patch)
tree82dd7ceb051e1fbacaffbd89bf1aceb80e0b337e /index.html
parent85d257a1ccdf98894127bcbfc973d912a5146506 (diff)
initially disable textarea
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index 8c59681..401e392 100644
--- a/index.html
+++ b/index.html
@@ -41,7 +41,9 @@
<h3 id="video-time">Video Time</h3>
<button id="computeButton" onclick="compute()">Compute time</button>&nbsp;<input type="text" id="time" readonly
size="20" />
- <p><textarea id="modMessage" cols="40" rows="5"></textarea></p>
+ <p>
+ <textarea id="modMessage" cols="40" rows="5" disabled></textarea>
+ </p>
<button id="modMessageButton" onclick="copyModMessage()" disabled>Copy Mod Message to Clipboard</button>
</div>
</body>