Speakers form is now working pretty well. Including delete.

This commit is contained in:
Scott Idem
2024-03-08 18:00:36 -05:00
parent b53566aa41
commit 875f327c90
4 changed files with 243 additions and 26 deletions

View File

@@ -438,7 +438,7 @@ function handle_url_and_message(name: string, value: null|string) {
window.parent.postMessage(message, "*");
} else {
url.searchParams.delete(name);
// history.pushState({}, '', url);
history.pushState({}, '', url);
// console.log('url:', url);
// pushState({}, '', url.search);