Should actually be better. I'm all confused.

This commit is contained in:
Nicolas Stepien 2011-05-11 17:04:19 +02:00
parent 65a6df1f0a
commit b6eb95f3db
2 changed files with 2 additions and 2 deletions

View File

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

View File

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