Fix #983
This commit is contained in:
parent
06cec72477
commit
b71ef38569
@ -1,3 +1,5 @@
|
|||||||
|
- Fix #983
|
||||||
|
|
||||||
# 3.0.0 - *2013-04-07*
|
# 3.0.0 - *2013-04-07*
|
||||||
|
|
||||||
**Major rewrite of 4chan X.**
|
**Major rewrite of 4chan X.**
|
||||||
|
|||||||
@ -1129,7 +1129,7 @@ ThreadHiding =
|
|||||||
if thread.no of hiddenThreadsOnCatalog
|
if thread.no of hiddenThreadsOnCatalog
|
||||||
threads[thread.no] = hiddenThreadsOnCatalog[thread.no]
|
threads[thread.no] = hiddenThreadsOnCatalog[thread.no]
|
||||||
if Object.keys(threads).length
|
if Object.keys(threads).length
|
||||||
localStorage.setItem "4chan-hide-t-#{g.BOARD}", threads
|
localStorage.setItem "4chan-hide-t-#{g.BOARD}", JSON.stringify threads
|
||||||
else
|
else
|
||||||
localStorage.removeItem "4chan-hide-t-#{g.BOARD}"
|
localStorage.removeItem "4chan-hide-t-#{g.BOARD}"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user