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:
parent
415525ae1f
commit
04977c9cad
@ -17,7 +17,6 @@ Extension-related changes for Chrome and Opera:
|
|||||||
Egocentrism:
|
Egocentrism:
|
||||||
- `(You)` will be added to quotes linking to your posts.
|
- `(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.
|
- 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:
|
Quick Reply changes:
|
||||||
- Opening text files will insert their content in the comment field.
|
- Opening text files will insert their content in the comment field.
|
||||||
|
|||||||
@ -1546,7 +1546,7 @@ DeleteLink =
|
|||||||
el: div
|
el: div
|
||||||
order: 40
|
order: 40
|
||||||
open: (post) ->
|
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.post = post
|
||||||
DeleteLink.cooldown.start post
|
DeleteLink.cooldown.start post
|
||||||
node = div.firstChild
|
node = div.firstChild
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user