From 1129a61295ab7d3a605861da75e0d3e4cd86c8c2 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Tue, 24 Jan 2017 21:32:38 -0800 Subject: bugfix js no items left --- 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 35f34e5..b0f7aa2 100644 --- a/static/ui.js +++ b/static/ui.js @@ -275,7 +275,7 @@ var ItemCollection = Backbone.Collection.extend({ }); console.log("items ", items) if(items.length == 0) { - App.nomore = true; + App.noMore = true; } App.loading = false; -- cgit v1.2.3