From 81e3737fb46350b13e97866a376011059506949f Mon Sep 17 00:00:00 2001
From: Adam Mathes <adam@trenchant.org>
Date: Sun, 29 Jan 2017 19:54:50 -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 d9b9543..b8bb06f 100644
--- a/static/ui.js
+++ b/static/ui.js
@@ -277,7 +277,7 @@ var ItemCollection = Backbone.Collection.extend({
             if(items.length == 0) {
                 // console.log("no more items");
                 App.noMore = true;
-                App.loading = true;
+                // App.loading = true;
             }
             else {
                 App.loading = false;           
-- 
cgit v1.2.3