Skip to content

Commit

Permalink
Fixing touch in FireFox (and Safari?)
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-krogh committed Aug 19, 2015
1 parent 624dd42 commit 5aed99f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions js/jquery.sudoSlider.js
Original file line number Diff line number Diff line change
Expand Up @@ -1282,6 +1282,7 @@
startX = x;
startY = y;
touchStart(x - startX, y - startY);
event.preventDefault();
} else {
touchMove(x - startX, y - startY);

Expand Down
20 changes: 10 additions & 10 deletions js/jquery.sudoSlider.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5aed99f

Please sign in to comment.