aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/ui.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/ui.js b/static/ui.js
index 0c95e69..b767e8f 100644
--- a/static/ui.js
+++ b/static/ui.js
@@ -273,7 +273,7 @@ var ItemCollection = Backbone.Collection.extend({
App.set('selectedIndex', 0);
}
});
- if(data.length == 0) {
+ if(items.length == 0) {
App.nomore = true;
}
App.loading = false;