This is the equivalent of leaving your scalpel in hundred's of pateint's abdomen when operating on them. Manage menu was not being shown ever, unless it was the one case where it wasn't supposed to show up, where it would accidentally show up.

This commit is contained in:
Samuel Clay 2011-02-02 08:05:31 -05:00
parent 7ec3eca817
commit cd2ec335b7
2 changed files with 2 additions and 1 deletions

View file

@ -488,6 +488,7 @@ body.NB-theme-serif #story_pane .NB-feed-story-content {
margin: 0;
padding: 0;
height: 4px;
cursor: default;
}
.NB-feedlist.NB-feed-sorting .feed.NB-empty {
/* height: 16px;*/

View file

@ -3424,7 +3424,7 @@
this.hide_manage_menu(type);
}
if (!$item.hasClass('NB-empty')) return;
if ($item.hasClass('NB-empty')) return;
// Create menu, size and position it, then attach to the right place.
var feed_id, inverse, story_id;