Add a class to td.doubledash to help userstylers.

This commit is contained in:
Nicolas Stepien 2011-05-11 10:30:31 +02:00
parent f7befc71e6
commit 9bffe59a43
2 changed files with 2 additions and 0 deletions

View File

@ -607,6 +607,7 @@
if (!(dd = $('td.doubledash', root))) {
return;
}
$.addClass(dd, 'replyhider');
a = $.el('a', {
textContent: '[ - ]'
});

View File

@ -430,6 +430,7 @@ replyHiding =
node: (root) ->
return unless dd = $ 'td.doubledash', root
$.addClass dd, 'replyhider'
a = $.el 'a',
textContent: '[ - ]'
$.bind a, 'click', replyHiding.cb.hide