summaryrefslogtreecommitdiff
path: root/kvmd/web/js/ui.js
diff options
context:
space:
mode:
Diffstat (limited to 'kvmd/web/js/ui.js')
-rw-r--r--kvmd/web/js/ui.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/kvmd/web/js/ui.js b/kvmd/web/js/ui.js
index cb782bda..02f83ff0 100644
--- a/kvmd/web/js/ui.js
+++ b/kvmd/web/js/ui.js
@@ -190,7 +190,6 @@ function Ui(hid) {
document.ontouchmove = doMoving;
document.ontouchend = stopMoving;
- document.ontouchcancel = stopMoving;
}
}
@@ -218,7 +217,6 @@ function Ui(hid) {
document.ontouchmove = null;
document.ontouchend = null;
- document.ontouchcancel = null;
}
function getEventPosition(event) {