Merge of features tied to 'Piri Piri' funding goal'

This commit is contained in:
squidfunk
2023-07-05 17:39:33 +02:00
parent 03d065ca20
commit 1bee037713
100 changed files with 4610 additions and 671 deletions

View File

@@ -43,7 +43,7 @@ import { h } from "~/utilities"
* @returns Location hash
*/
export function getLocationHash(): string {
return location.hash.substring(1)
return location.hash.slice(1)
}
/**