Less retarded saucing.
This commit is contained in:
parent
dc0ce7e7d2
commit
ef6937f689
@ -1798,9 +1798,8 @@
|
|||||||
newInline = $.el('table', {
|
newInline = $.el('table', {
|
||||||
innerHTML: "<tbody><tr><td class=reply id=i" + id + ">" + html + "</td></tr></tbody>"
|
innerHTML: "<tbody><tr><td class=reply id=i" + id + ">" + html + "</td></tr></tbody>"
|
||||||
});
|
});
|
||||||
sauce.cb.node(newInline);
|
$.replace(inline, newInline);
|
||||||
newInline.className = 'inline';
|
return newInline.className = 'inline';
|
||||||
return $.replace(inline, newInline);
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
quotePreview = {
|
quotePreview = {
|
||||||
|
|||||||
@ -1432,9 +1432,8 @@ quoteInline =
|
|||||||
break
|
break
|
||||||
newInline = $.el 'table',
|
newInline = $.el 'table',
|
||||||
innerHTML: "<tbody><tr><td class=reply id=i#{id}>#{html}</td></tr></tbody>"
|
innerHTML: "<tbody><tr><td class=reply id=i#{id}>#{html}</td></tr></tbody>"
|
||||||
sauce.cb.node newInline
|
|
||||||
newInline.className = 'inline'
|
|
||||||
$.replace inline, newInline
|
$.replace inline, newInline
|
||||||
|
newInline.className = 'inline'
|
||||||
|
|
||||||
quotePreview =
|
quotePreview =
|
||||||
init: ->
|
init: ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user