aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
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>