edit-delete-post #36
@ -4,7 +4,7 @@ document.addEventListener('DOMContentLoaded', () =>
|
|||||||
goToURL(window.location.pathname);
|
goToURL(window.location.pathname);
|
||||||
});
|
});
|
||||||
|
|
||||||
window.addEventListener('popstate', e =>
|
window.addEventListener('popstate', _ =>
|
||||||
{
|
{
|
||||||
goToURL(window.history.state);
|
goToURL(window.history.state);
|
||||||
});
|
});
|
Loading…
Reference in New Issue
Block a user