This commit is contained in:
Jeena 2013-09-18 13:25:24 +02:00
parent 6caee6de79
commit be33cd8921
2 changed files with 4 additions and 5 deletions

View file

@ -140,8 +140,6 @@ App.prototype.reload = function() {
App.prototype.gotUnreadFeeds = function(new_articles) {
console.log(JSON.stringify(new_articles.length))
if(new_articles == null || !this.validate(new_articles)) { // on error load the saved unread articles.
var old_articles = localStorage.unread_articles;