Add ability to delete threads. Fix thread deletion logic
This commit is contained in:
@@ -95,3 +95,7 @@ function applyCatalogSearch() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function currentBoardSlug() {
|
||||
return window.location.pathname.split("/")[1] || "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user