diff options
author | Devaev Maxim <[email protected]> | 2018-08-19 06:40:34 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-08-19 06:40:34 +0300 |
commit | b1c142892304cb09c0e1d930880c9233aeff0dc0 (patch) | |
tree | df6f4637b55f28a0e0a3445ede2b733f17671ee0 /kvmd | |
parent | 0a4ab0e429d943a07d9c8a2a7bc703215fafb25e (diff) |
removed ontouchcancel from ui
Diffstat (limited to 'kvmd')
-rw-r--r-- | kvmd/web/js/ui.js | 2 |
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) { |