kevinconka commited on
Commit
abdcfee
·
verified ·
1 Parent(s): 9bf5849

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -4
index.html CHANGED
@@ -131,9 +131,6 @@
131
 
132
  let isDragging = false;
133
 
134
-
135
- let isDragging = false;
136
-
137
  // Mouse events
138
  slider.addEventListener('mousedown', () => isDragging = true);
139
  window.addEventListener('mouseup', () => isDragging = false);
@@ -185,4 +182,4 @@
185
  </script>
186
  </body>
187
 
188
- </html>
 
131
 
132
  let isDragging = false;
133
 
 
 
 
134
  // Mouse events
135
  slider.addEventListener('mousedown', () => isDragging = true);
136
  window.addEventListener('mouseup', () => isDragging = false);
 
182
  </script>
183
  </body>
184
 
185
+ </html>