Sponsor Hub part looks pretty good now. Still need to enable the delete buttons.

This commit is contained in:
Scott Idem
2024-03-08 21:09:58 -05:00
parent 875f327c90
commit 4136c08cdb
6 changed files with 290 additions and 98 deletions

View File

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