This commit is contained in:
Nicolas Stepien 2013-04-08 09:27:50 +02:00
parent 06cec72477
commit b71ef38569
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
- Fix #983
# 3.0.0 - *2013-04-07*
**Major rewrite of 4chan X.**

View File

@ -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}"