Show delete links in the menu even if we don't know if it's your post or not. #968 @DumpAnon

This commit is contained in:
Nicolas Stepien 2013-03-30 03:08:35 +01:00
parent 415525ae1f
commit 04977c9cad
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@ Extension-related changes for Chrome and Opera:
Egocentrism:
- `(You)` will be added to quotes linking to your posts.
- The Unread tab icon will indicate new unread posts quoting you with an exclamation mark.
- Delete links in the post menu will only appear for your posts.
Quick Reply changes:
- Opening text files will insert their content in the comment field.

View File

@ -1546,7 +1546,7 @@ DeleteLink =
el: div
order: 40
open: (post) ->
return false if post.isDead or !((thread = QR.yourPosts.threads[post.thread]) and post.ID in thread)
return false if post.isDead
DeleteLink.post = post
DeleteLink.cooldown.start post
node = div.firstChild