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:
samhed 2016-08-25 12:58:58 +02:00 committed by Pierre Ossman
parent 17eb0fcf50
commit bfa414e5e8
1 changed files with 0 additions and 2 deletions

View File

@ -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;