BraydenMoore commited on
Commit
d9c93e4
·
1 Parent(s): 3f3557f

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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
- init();
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