Fix unhide-all button description. Refresh to apply.

Close #975.
This commit is contained in:
Nicolas Stepien 2013-04-02 01:22:59 +02:00
parent 8f433525db
commit f88724edfc

View File

@ -345,7 +345,7 @@ Settings =
return
div = $.el 'div',
innerHTML: "<button></button><span class=description>: Clear manually hidden threads and posts on /#{g.BOARD}/."
innerHTML: "<button></button><span class=description>: Clear manually-hidden threads and posts on all boards. Refresh the page to apply."
button = $ 'button', div
hiddenNum = 0
$.get 'hiddenThreads', boards: {}, (item) ->