This should fix the 'unhide all' button not clearing threads. #968
This commit is contained in:
parent
a3c370df66
commit
f49a4b6c87
@ -362,7 +362,10 @@ Settings =
|
|||||||
button.textContent = "Hidden: #{hiddenNum}"
|
button.textContent = "Hidden: #{hiddenNum}"
|
||||||
$.on button, 'click', ->
|
$.on button, 'click', ->
|
||||||
@textContent = 'Hidden: 0'
|
@textContent = 'Hidden: 0'
|
||||||
$.delete ['hiddenThreads', 'hiddenPosts']
|
$.get 'hiddenThreads', boards: {}, (item) ->
|
||||||
|
for boardID of item.hiddenThreads.boards
|
||||||
|
localStorage.removeItem "4chan-hide-t-#{boardID}"
|
||||||
|
$.delete ['hiddenThreads', 'hiddenPosts']
|
||||||
$.after $('input[name="Stubs"]', section).parentNode.parentNode, div
|
$.after $('input[name="Stubs"]', section).parentNode.parentNode, div
|
||||||
export: (now, data) ->
|
export: (now, data) ->
|
||||||
unless typeof now is 'number'
|
unless typeof now is 'number'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user