Spaces:
Running
Running
Commit
·
185959d
1
Parent(s):
77c20ac
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -387,7 +387,7 @@
|
|
387 |
});
|
388 |
|
389 |
// Stop stream when click button
|
390 |
-
document.querySelectorAll('
|
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 |
});
|