@@ -771,6 +770,13 @@ options =
innerHTML: ": #{description}"
$.append ul, li
$.append main, ul
+ ul = $.el 'ul',
+ textContent: 'Other'
+ li = $.el 'li',
+ innerHTML: " : Forget all hidden posts. Useful if you accidentally hide a post and have `show stubs` disabled."
+ $.append ul, li
+ $.append main, ul
+
for input in $$ 'input[type=checkbox]', dialog
$.bind input, 'click', $.cb.checked
$.bind $('input[type=button]', dialog), 'click', options.cb.clearHidden