mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
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:
parent
7ec3eca817
commit
cd2ec335b7
2 changed files with 2 additions and 1 deletions
|
@ -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;*/
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue