Spaces:
Running
Running
Commit
·
d9c93e4
1
Parent(s):
3f3557f
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -392,7 +392,7 @@
|
|
392 |
document.querySelectorAll('hoverButton').forEach(button => {
|
393 |
button.addEventListener('click', () => {
|
394 |
controller.abort();
|
395 |
-
|
396 |
});
|
397 |
});
|
398 |
|
|
|
392 |
document.querySelectorAll('hoverButton').forEach(button => {
|
393 |
button.addEventListener('click', () => {
|
394 |
controller.abort();
|
395 |
+
window.location.replace('?new=true')
|
396 |
});
|
397 |
});
|
398 |
|