BraydenMoore commited on
Commit
9b61a1e
·
1 Parent(s): d9c93e4

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -389,7 +389,7 @@
389
  });
390
 
391
  // Stop stream when click button
392
- document.querySelectorAll('hoverButton').forEach(button => {
393
  button.addEventListener('click', () => {
394
  controller.abort();
395
  window.location.replace('?new=true')
 
389
  });
390
 
391
  // Stop stream when click button
392
+ document.querySelectorAll('a').forEach(button => {
393
  button.addEventListener('click', () => {
394
  controller.abort();
395
  window.location.replace('?new=true')