BraydenMoore commited on
Commit
185959d
1 Parent(s): 77c20ac

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -387,7 +387,7 @@
387
  });
388
 
389
  // Stop stream when click button
390
- document.querySelectorAll('.stopStream').forEach(button => {
391
  button.addEventListener('click', () => {
392
  controller.abort();
393
  });
 
387
  });
388
 
389
  // Stop stream when click button
390
+ document.querySelectorAll('hoverButton').forEach(button => {
391
  button.addEventListener('click', () => {
392
  controller.abort();
393
  });