Wrapping up for the night. Things are working better. There are still API request misses or something.
This commit is contained in:
@@ -427,7 +427,7 @@ function handle_url_and_message(name: string, value: null|string) {
|
||||
|
||||
if (value) {
|
||||
url.searchParams.set(name, value);
|
||||
history.pushState({}, '', url);
|
||||
// history.pushState({}, '', url);
|
||||
|
||||
// console.log('url:', url);
|
||||
// pushState(url.href, {});
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user