MatteoScript commited on
Commit
fb79f88
·
verified ·
1 Parent(s): b23b378

Update play.html

Browse files
Files changed (1) hide show
  1. play.html +0 -9
play.html CHANGED
@@ -116,15 +116,6 @@
116
  </div>
117
 
118
  <script>
119
- document.addEventListener('gesturestart', function(e) {
120
- e.preventDefault();
121
- });
122
-
123
- document.addEventListener('touchmove', function(e) {
124
- if (e.scale !== 1) {
125
- e.preventDefault();
126
- }
127
- }, { passive: false });
128
 
129
  /**
130
  * ==========================================================================================
 
116
  </div>
117
 
118
  <script>
 
 
 
 
 
 
 
 
 
119
 
120
  /**
121
  * ==========================================================================================