Minor cleanups

This commit is contained in:
Dominic Ferrando
2025-04-24 00:29:10 -04:00
parent 27fc9476fa
commit 73d66560b6
5 changed files with 11 additions and 17 deletions
+4
View File
@@ -108,3 +108,7 @@ function applyCatalogSearch() {
function currentBoardSlug() {
return window.location.pathname.split("/")[1] || "";
}
function getCurrentDateISOString() {
return (new Date()).toISOString().slice(0, 16)
}