Fixed comment
This commit is contained in:
@ -43,9 +43,8 @@ export function savePost(arn: AnimeNotifier, element: HTMLElement) {
|
||||
.catch(err => arn.statusMessage.showError(err))
|
||||
}
|
||||
|
||||
// Create thread
|
||||
// Delete post
|
||||
export function deletePost(arn: AnimeNotifier, element: HTMLElement) {
|
||||
|
||||
if(!confirm(`Are you sure you want to delete this Post?`)) {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user