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:
parent
17eb0fcf50
commit
bfa414e5e8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue