Sponsor Hub part looks pretty good now. Still need to enable the delete buttons.
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, {});
|
||||
|
||||
Reference in New Issue
Block a user