changed e to _ as e was not used
Signed-off-by: rodude123 <rodude123@gmail.com>
This commit is contained in:
parent
3b71ba4d23
commit
65bfe759b7
@ -4,7 +4,7 @@ document.addEventListener('DOMContentLoaded', () =>
|
||||
goToURL(window.location.pathname);
|
||||
});
|
||||
|
||||
window.addEventListener('popstate', e =>
|
||||
window.addEventListener('popstate', _ =>
|
||||
{
|
||||
goToURL(window.history.state);
|
||||
});
|
Loading…
Reference in New Issue
Block a user