From bfa414e5e8b3d4e766c8f5989785370439993a1b Mon Sep 17 00:00:00 2001 From: samhed Date: Thu, 25 Aug 2016 12:58:58 +0200 Subject: [PATCH] Remove unused event handlers These do not work and the mechanism for releasing keyboard grab on the settings panel needs more work. --- app/ui.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/ui.js b/app/ui.js index 81b7a2d4..e66ac3a5 100644 --- a/app/ui.js +++ b/app/ui.js @@ -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;