We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de407c commit 36852d9Copy full SHA for 36852d9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-hn",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "React-powered frontend for Hacker News using its Firebase API",
5
"author": "Jonathan Buchanan",
6
"license": "MIT",
src/stores/SettingsStore.js
@@ -21,6 +21,7 @@ var SettingsStore = {
21
save() {
22
storage.set(STORAGE_KEY, JSON.stringify({
23
autoCollapse: this.autoCollapse
24
+ , replyLinks: this.replyLinks
25
, showDead: this.showDead
26
, showDeleted: this.showDeleted
27
}))
0 commit comments