mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Fixing folder views to also handle inverse menus.
This commit is contained in:
parent
29b467a6d7
commit
a5fb5d38f0
1 changed files with 0 additions and 4 deletions
|
@ -336,10 +336,6 @@ NEWSBLUR.Views.Folder = Backbone.View.extend({
|
|||
},
|
||||
|
||||
add_hover_inverse: function() {
|
||||
if (NEWSBLUR.app.feed_list.is_sorting()) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (this.$el.offset().top > $(window).height() - 246) {
|
||||
this.$el.addClass('NB-hover-inverse');
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue