edit-delete-post #36

Merged
rodude123 merged 2 commits from edit-delete-post into master 2023-07-12 03:39:52 +01:00
Showing only changes of commit 65bfe759b7 - Show all commits

View File

@ -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);
}); });