fixed more offline stuff

This commit is contained in:
jeena 2013-08-22 12:32:25 +02:00
parent c588ae44cc
commit 00e86e3854

View file

@ -16,7 +16,6 @@ TinyTinyRSS.prototype.ononline = function() {
if (typeof read_articles !== "undefined") {
read_articles = JSON.parse(localStorage.read_articles);
this.setArticleRead(read_articles.join(","), function() {
debug(read_articles)
localStorage.read_articles = null;
});
}