summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-07-27 23:53:06 +0300
committerDevaev Maxim <[email protected]>2018-07-27 23:53:06 +0300
commit34d3e9d6371cdb4d0eb5d4f70638f22d33a2a166 (patch)
treea6d38af0294a53577915832c945cffffe2cb0f06
parentdcedf161425a233bde1fe85bb2f4836ba57d1f0a (diff)
hid fix
-rw-r--r--kvmd/web/js/hid.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/kvmd/web/js/hid.js b/kvmd/web/js/hid.js
index 64ccb0e6..5b0b1a0d 100644
--- a/kvmd/web/js/hid.js
+++ b/kvmd/web/js/hid.js
@@ -12,7 +12,6 @@ var hid = new function() {
this.releaseAll = function() {
keyboard.releaseAll();
- mouse.releaseAll();
};
this.emitShortcut = function(...codes) {