##// END OF EJS Templates
Don't show the Hide/Show option if it won't work
Bohdan Horbeshko -
r2114:1012c538 opera_mini_fix
parent child Browse files
Show More
@@ -268,7 +268,8 b' 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