mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Speeding up feed title arrows.
This commit is contained in:
parent
0391c5dd0c
commit
81e0205859
1 changed files with 1 additions and 1 deletions
|
@ -1024,7 +1024,7 @@
|
|||
$feeds.hover(function() {
|
||||
if (!self.$s.$feed_list.hasClass('NB-feed-sorting')) {
|
||||
var $this = $(this);
|
||||
$('.NB-hover', $folder).removeClass('NB-hover');
|
||||
_.defer(function() { $('.NB-hover', $folder).not($this).removeClass('NB-hover'); });
|
||||
$this.addClass("NB-hover");
|
||||
// NEWSBLUR.log(['scroll', $this.scrollTop(), $this.offset(), $this.position()]);
|
||||
if ($this.offset().top > $(window).height() - 270) {
|
||||
|
|
Loading…
Add table
Reference in a new issue