mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
Fixing /m/ for no good reason.
This commit is contained in:
parent
14ed618c6c
commit
ae1a14cdeb
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@
|
|||
this.flags.active_view = 'stories';
|
||||
$.mobile.showPageLoadingMsg();
|
||||
this.active_feed = feed_id;
|
||||
this.model.load_feed(feed_id, this.page, this.page == 1, _.bind(this.build_stories, this));
|
||||
this.model.load_feed(feed_id, this.page, this.page == 1, _.bind(this.build_stories, this), $.noop);
|
||||
},
|
||||
|
||||
build_stories: function(data, first_load) {
|
||||
|
|
Loading…
Add table
Reference in a new issue