diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/ui.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; |