summaryrefslogtreecommitdiff
path: root/vnc.html
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2020-05-05 12:14:49 +0200
committerPierre Ossman <ossman@cendio.se>2020-05-05 12:43:04 +0200
commit42e3b03fa8af4373a36c73af2a207eca8490f6ac (patch)
tree9db48be309424951819beeac1435a2843196cb0e /vnc.html
parent776cda5dc4f34ed2a4fa30654cabd489ef18a241 (diff)
downloadnovnc-42e3b03fa8af4373a36c73af2a207eca8490f6ac.tar.gz
Consistently close dialogs on connect/disconnect
This was done a bit arbitrarily before which could easily miss things, end up in the wrong state and not trigger animations correctly. This reverts commit c12e5b2b544aff6f662c7f61f82ce40d132e14df and fixes things in a different way.
Diffstat (limited to 'vnc.html')
-rw-r--r--vnc.html50
1 files changed, 24 insertions, 26 deletions
diff --git a/vnc.html b/vnc.html
index a1bbb21..0f2a3b3 100644
--- a/vnc.html
+++ b/vnc.html
@@ -111,32 +111,30 @@
</div>
<!-- Extra manual keys -->
- <div id="noVNC_extra_keys">
- <input type="image" alt="Extra keys" src="app/images/toggleextrakeys.svg"
- id="noVNC_toggle_extra_keys_button" class="noVNC_button"
- title="Show Extra Keys">
- <div class="noVNC_vcenter">
- <div id="noVNC_modifiers" class="noVNC_panel">
- <input type="image" alt="Ctrl" src="app/images/ctrl.svg"
- id="noVNC_toggle_ctrl_button" class="noVNC_button"
- title="Toggle Ctrl">
- <input type="image" alt="Alt" src="app/images/alt.svg"
- id="noVNC_toggle_alt_button" class="noVNC_button"
- title="Toggle Alt">
- <input type="image" alt="Windows" src="app/images/windows.svg"
- id="noVNC_toggle_windows_button" class="noVNC_button"
- title="Toggle Windows">
- <input type="image" alt="Tab" src="app/images/tab.svg"
- id="noVNC_send_tab_button" class="noVNC_button"
- title="Send Tab">
- <input type="image" alt="Esc" src="app/images/esc.svg"
- id="noVNC_send_esc_button" class="noVNC_button"
- title="Send Escape">
- <input type="image" alt="Ctrl+Alt+Del" src="app/images/ctrlaltdel.svg"
- id="noVNC_send_ctrl_alt_del_button" class="noVNC_button"
- title="Send Ctrl-Alt-Del">
- </div>
- </div>
+ <input type="image" alt="Extra keys" src="app/images/toggleextrakeys.svg"
+ id="noVNC_toggle_extra_keys_button" class="noVNC_button"
+ title="Show Extra Keys">
+ <div class="noVNC_vcenter">
+ <div id="noVNC_modifiers" class="noVNC_panel">
+ <input type="image" alt="Ctrl" src="app/images/ctrl.svg"
+ id="noVNC_toggle_ctrl_button" class="noVNC_button"
+ title="Toggle Ctrl">
+ <input type="image" alt="Alt" src="app/images/alt.svg"
+ id="noVNC_toggle_alt_button" class="noVNC_button"
+ title="Toggle Alt">
+ <input type="image" alt="Windows" src="app/images/windows.svg"
+ id="noVNC_toggle_windows_button" class="noVNC_button"
+ title="Toggle Windows">
+ <input type="image" alt="Tab" src="app/images/tab.svg"
+ id="noVNC_send_tab_button" class="noVNC_button"
+ title="Send Tab">
+ <input type="image" alt="Esc" src="app/images/esc.svg"
+ id="noVNC_send_esc_button" class="noVNC_button"
+ title="Send Escape">
+ <input type="image" alt="Ctrl+Alt+Del" src="app/images/ctrlaltdel.svg"
+ id="noVNC_send_ctrl_alt_del_button" class="noVNC_button"
+ title="Send Ctrl-Alt-Del">
+ </div>
</div>
<!-- Shutdown/Reboot -->