mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-31 01:19:38 +00:00
Remove unused event handlers
These do not work and the mechanism for releasing keyboard grab on the settings panel needs more work.
This commit is contained in:
@@ -253,8 +253,6 @@ var UI;
|
||||
document.getElementById("noVNC_clipboard_text").onchange = UI.clipboardSend;
|
||||
document.getElementById("noVNC_clipboard_clear_button").onclick = UI.clipboardClear;
|
||||
|
||||
document.getElementById("noVNC_settings_menu").onmouseover = UI.displayBlur;
|
||||
document.getElementById("noVNC_settings_menu").onmouseover = UI.displayFocus;
|
||||
document.getElementById("noVNC_settings_apply").onclick = UI.settingsApply;
|
||||
|
||||
document.getElementById("noVNC_connect_button").onclick = UI.connect;
|
||||
|
||||
Reference in New Issue
Block a user