mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Cleaning up story list view.
This commit is contained in:
parent
9400b13c83
commit
7fe488cee6
1 changed files with 0 additions and 3 deletions
|
@ -118,7 +118,6 @@ NEWSBLUR.Views.StoryListView = Backbone.View.extend({
|
|||
},
|
||||
|
||||
clear_explainer: function() {
|
||||
var $container = this.$el.closest(".NB-feed-stories-container");
|
||||
this.$(".NB-story-list-empty").remove();
|
||||
this.$el.removeClass("NB-empty");
|
||||
},
|
||||
|
@ -144,7 +143,6 @@ NEWSBLUR.Views.StoryListView = Backbone.View.extend({
|
|||
'Select a story to read'
|
||||
]);
|
||||
|
||||
var $container = this.$el.closest(".NB-feed-stories-container");
|
||||
this.$el.append($empty);
|
||||
},
|
||||
|
||||
|
@ -176,7 +174,6 @@ NEWSBLUR.Views.StoryListView = Backbone.View.extend({
|
|||
]))
|
||||
]);
|
||||
|
||||
var $container = this.$el.closest(".NB-feed-stories-container");
|
||||
this.$el.append($empty);
|
||||
|
||||
this.$el.addClass("NB-empty");
|
||||
|
|
Loading…
Add table
Reference in a new issue