fixed more offline stuff
This commit is contained in:
parent
c588ae44cc
commit
00e86e3854
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ TinyTinyRSS.prototype.ononline = function() {
|
||||||
if (typeof read_articles !== "undefined") {
|
if (typeof read_articles !== "undefined") {
|
||||||
read_articles = JSON.parse(localStorage.read_articles);
|
read_articles = JSON.parse(localStorage.read_articles);
|
||||||
this.setArticleRead(read_articles.join(","), function() {
|
this.setArticleRead(read_articles.join(","), function() {
|
||||||
debug(read_articles)
|
|
||||||
localStorage.read_articles = null;
|
localStorage.read_articles = null;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue