mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Fixing bug for logged out users.
This commit is contained in:
parent
730b37c671
commit
c65e3e4fda
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@
|
|||
this.locks.scrolling = _.delay(_.bind(function() {
|
||||
this.flags.scrolling_by_selecting_story_title = false;
|
||||
}, this), 1000);
|
||||
if (!this.flags['opening_feed']) {
|
||||
if (!this.flags['opening_feed'] && NEWSBLUR.app.story_unread_counter) {
|
||||
NEWSBLUR.app.story_unread_counter.center();
|
||||
}
|
||||
this.position_mouse_indicator();
|
||||
|
|
Loading…
Add table
Reference in a new issue