Should actually be better. I'm all confused.
This commit is contained in:
parent
65a6df1f0a
commit
b6eb95f3db
@ -607,7 +607,7 @@
|
|||||||
if (!(dd = $('td.doubledash', root))) {
|
if (!(dd = $('td.doubledash', root))) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$.addClass(dd, 'replyhider');
|
dd.className = 'replyhider';
|
||||||
a = $.el('a', {
|
a = $.el('a', {
|
||||||
textContent: '[ - ]'
|
textContent: '[ - ]'
|
||||||
});
|
});
|
||||||
|
|||||||
@ -430,7 +430,7 @@ replyHiding =
|
|||||||
|
|
||||||
node: (root) ->
|
node: (root) ->
|
||||||
return unless dd = $ 'td.doubledash', root
|
return unless dd = $ 'td.doubledash', root
|
||||||
$.addClass dd, 'replyhider'
|
dd.className = 'replyhider'
|
||||||
a = $.el 'a',
|
a = $.el 'a',
|
||||||
textContent: '[ - ]'
|
textContent: '[ - ]'
|
||||||
$.bind a, 'click', replyHiding.cb.hide
|
$.bind a, 'click', replyHiding.cb.hide
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user