Add ability to delete threads. Fix thread deletion logic

This commit is contained in:
Dominic Ferrando
2025-04-23 15:47:15 -04:00
parent a28cb483fa
commit e341c5d8c9
4 changed files with 57 additions and 17 deletions
+4
View File
@@ -95,3 +95,7 @@ function applyCatalogSearch() {
}
}
}
function currentBoardSlug() {
return window.location.pathname.split("/")[1] || "";
}