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