From 030cfcce60658ede58a31b36704a3a417c346a4c Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sun, 29 Jan 2017 19:58:38 -0800 Subject: fix zero item bug --- static/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/ui.js b/static/ui.js index 8dcff97..96e285d 100644 --- a/static/ui.js +++ b/static/ui.js @@ -24,7 +24,6 @@ var AppModel = Backbone.Model.extend({ // this.tags.boot(); this.feeds.fetch({set: true, remove: false}) window.setInterval(function() { App.update_read_status() }, 5000); - }, filterToFeed: function(feed) { @@ -277,6 +276,7 @@ var ItemCollection = Backbone.Collection.extend({ reboot: function() { App.noMore = false; + App.loading = false; this.reset(); this.boot(); }, -- cgit v1.2.3