summaryrefslogtreecommitdiff
path: root/vnc.html
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2022-09-09 16:03:49 +0200
committerSamuel Mannehed <samuel@cendio.se>2022-09-09 16:03:49 +0200
commit69e0f0f5db86302944f7d8f1e80b2b641f06c61b (patch)
treef4761f8adfef86b4d746de8430a969306014ebef /vnc.html
parentedc7520e273fa1b2cbd0abac6a9fe2c1bd2680d5 (diff)
downloadnovnc-69e0f0f5db86302944f7d8f1e80b2b641f06c61b.tar.gz
Remove unnecessary clipboard clear button
This button fills no real purpose. It's easy to mark everything and delete with either "Ctrl + A -> Delete" or, on touch devices, "long press -> mark everything -> Delete".
Diffstat (limited to 'vnc.html')
-rw-r--r--vnc.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/vnc.html b/vnc.html
index 168b5b9..9128c11 100644
--- a/vnc.html
+++ b/vnc.html
@@ -142,9 +142,6 @@
<img alt="" src="app/images/clipboard.svg"> Clipboard
</div>
<textarea id="noVNC_clipboard_text" rows=5></textarea>
- <br>
- <input id="noVNC_clipboard_clear_button" type="button"
- value="Clear" class="noVNC_submit">
</div>
</div>