Fix post hiding menu entries
This commit is contained in:
parent
8d0949a7af
commit
698ef0fa05
@ -186,8 +186,7 @@
|
|||||||
'Menu': {
|
'Menu': {
|
||||||
'Menu': [true, 'Add a drop-down menu to posts.'],
|
'Menu': [true, 'Add a drop-down menu to posts.'],
|
||||||
'Report Link': [true, 'Add a report link to the menu.'],
|
'Report Link': [true, 'Add a report link to the menu.'],
|
||||||
'Thread Hiding Link': [true, 'Add a link to hide entire threads.'],
|
'Post Hiding Link': [true, 'Add a link to hide posts.'],
|
||||||
'Reply Hiding Link': [true, 'Add a link to hide single replies.'],
|
|
||||||
'Delete Link': [true, 'Add post and image deletion links to the menu.'],
|
'Delete Link': [true, 'Add post and image deletion links to the menu.'],
|
||||||
'Archive Link': [true, 'Add an archive link to the menu.']
|
'Archive Link': [true, 'Add an archive link to the menu.']
|
||||||
},
|
},
|
||||||
|
|||||||
@ -162,8 +162,7 @@
|
|||||||
'Menu': {
|
'Menu': {
|
||||||
'Menu': [true, 'Add a drop-down menu to posts.'],
|
'Menu': [true, 'Add a drop-down menu to posts.'],
|
||||||
'Report Link': [true, 'Add a report link to the menu.'],
|
'Report Link': [true, 'Add a report link to the menu.'],
|
||||||
'Thread Hiding Link': [true, 'Add a link to hide entire threads.'],
|
'Post Hiding Link': [true, 'Add a link to hide posts.'],
|
||||||
'Reply Hiding Link': [true, 'Add a link to hide single replies.'],
|
|
||||||
'Delete Link': [true, 'Add post and image deletion links to the menu.'],
|
'Delete Link': [true, 'Add post and image deletion links to the menu.'],
|
||||||
'Download Link': [true, 'Add a download with original filename link to the menu. Chrome-only currently.'],
|
'Download Link': [true, 'Add a download with original filename link to the menu. Chrome-only currently.'],
|
||||||
'Archive Link': [true, 'Add an archive link to the menu.']
|
'Archive Link': [true, 'Add an archive link to the menu.']
|
||||||
|
|||||||
@ -197,13 +197,9 @@ Config =
|
|||||||
true
|
true
|
||||||
'Add a report link to the menu.'
|
'Add a report link to the menu.'
|
||||||
]
|
]
|
||||||
'Thread Hiding Link': [
|
'Post Hiding Link': [
|
||||||
true
|
true
|
||||||
'Add a link to hide entire threads.'
|
'Add a link to hide posts.'
|
||||||
]
|
|
||||||
'Reply Hiding Link': [
|
|
||||||
true
|
|
||||||
'Add a link to hide single replies.'
|
|
||||||
]
|
]
|
||||||
'Delete Link': [
|
'Delete Link': [
|
||||||
true
|
true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user