From 208fa70c529f5e241e0a91819c1f9cce1f02eaee Mon Sep 17 00:00:00 2001 From: Jeena Date: Thu, 22 May 2014 20:48:41 +0200 Subject: [PATCH] removed alert on end of downloads --- js/App.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/App.js b/js/App.js index 758ae03..86eef5b 100644 --- a/js/App.js +++ b/js/App.js @@ -189,8 +189,6 @@ App.prototype.gotUnreadFeeds = function(new_articles) { alert("Reached maximum memory by app" + e.name + " " +e.message +". We will keep working in anycase with:" + localStorage.unread_articles.length); } this.populateList(); - } else { - alert("Downloaded: " + this.unread_articles.length + " articles. Reached: " + localStorage.unread_articles.length + " bytes"); } } };