Skip to content

Commit

Permalink
fixup! client: use localStorage instead of cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
niol committed Oct 22, 2018
1 parent f4ad6fd commit 345c457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/selfoss-db.js
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ selfoss.dbOffline = {
0
);
window.localStorage.setItem('offlineDays',
selfoss.dbOffline.offlineDays);
selfoss.dbOffline.offlineDays);
}

return selfoss.db.storage.transaction('rw',
Expand Down

0 comments on commit 345c457

Please sign in to comment.