Show More
@@ -268,7 +268,8 function addContextMenu() { | |||||
268 | name: gettext('Hide/show'), |
|
268 | name: gettext('Hide/show'), | |
269 | callback: function(key, opt) { |
|
269 | callback: function(key, opt) { | |
270 | togglePostHidden(postId); |
|
270 | togglePostHidden(postId); | |
271 | } |
|
271 | }, | |
|
272 | visible: !!localStorage | |||
272 | }, |
|
273 | }, | |
273 | edit: { |
|
274 | edit: { | |
274 | name: gettext('Edit'), |
|
275 | name: gettext('Edit'), |
General Comments 0
You need to be logged in to leave comments.
Login now