Skip to content

Commit 36852d9

Browse files
committed
Fix persistence of replyLinks setting
1 parent 8de407c commit 36852d9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-hn",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "React-powered frontend for Hacker News using its Firebase API",
55
"author": "Jonathan Buchanan",
66
"license": "MIT",

src/stores/SettingsStore.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ var SettingsStore = {
2121
save() {
2222
storage.set(STORAGE_KEY, JSON.stringify({
2323
autoCollapse: this.autoCollapse
24+
, replyLinks: this.replyLinks
2425
, showDead: this.showDead
2526
, showDeleted: this.showDeleted
2627
}))

0 commit comments

Comments
 (0)