Speeding up feed title arrows.

This commit is contained in:
Samuel Clay 2010-12-31 14:38:19 -05:00
parent 0391c5dd0c
commit 81e0205859

View file

@ -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) {