aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--static/ui.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7b2f7c5..fa5c13d 100644
--- a/README.md
+++ b/README.md
@@ -103,7 +103,7 @@ This should fetch, download, parse, and store in the database your feeds.
#### Add to cron
-Place your binaries and config files some place reasonable and add this to your cron.
+Place your binaries and config files some place reasonable and add a cron job
34 * * * * ~/bin/nekocrawl ~/neko_config.json &> /dev/null
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;