aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com> 2021-03-17 15:50:30 +0100
committerMango0x45 <thomasvoss@live.com> 2021-03-17 15:50:30 +0100
commit971d279043e45c555d36502ae2bbaed2b81c2806 (patch)
tree1c4618f6d395bb3dadc7cf6483c7002dc13ba321 /index.html
parentd5c9ebfe4e548d2aa7146045a9bc38d115a98a1d (diff)
Buttons are bloat
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index dc241b4..5a9063e 100644
--- a/index.html
+++ b/index.html
@@ -38,12 +38,12 @@
<input type="text" id="endobj" style='width:100%' onchange='parse_time(event)'>
</p>
<h3 id="video-time">Video Time</h3>
- <button id="compute_button" onclick="compute()">Compute time</button>&nbsp;<input type="text" id="time" readonly
- size="20">
+ <input type="text" id="time" readonly size="20">
<p>
<textarea id="mod_message" cols="40" rows="5" disabled></textarea>
</p>
- <button id="mod_message_button" onclick="copy_mod_message()" disabled>Copy Mod Message to Clipboard</button>
+ <button id="mod_message_button" onclick="copy_mod_message()" disabled>Copy Mod Message to
+ Clipboard</button>
</div>
</body>