rm pig disgusting indentation

This commit is contained in:
James Campos 2011-05-07 19:02:02 -07:00
parent 3540e6a5ca
commit 1a9a62f868
2 changed files with 28 additions and 26 deletions

View File

@ -1206,7 +1206,9 @@
} }
$.append(op, node); $.append(op, node);
op.id = $('input[name]', op).name; op.id = $('input[name]', op).name;
if (!g.REPLY) { if (g.REPLY) {
return;
}
node = op; node = op;
div = $.el('div', { div = $.el('div', {
className: 'thread' className: 'thread'
@ -1220,7 +1222,6 @@
if (!(node.align || node.nodeName === 'CENTER')) { if (!(node.align || node.nodeName === 'CENTER')) {
return threading.thread(node); return threading.thread(node);
} }
}
}, },
stopPropagation: function(e) { stopPropagation: function(e) {
return e.stopPropagation(); return e.stopPropagation();

View File

@ -964,7 +964,8 @@ threading =
$.append op, node #add the blockquote $.append op, node #add the blockquote
op.id = $('input[name]', op).name op.id = $('input[name]', op).name
unless g.REPLY return if g.REPLY
node = op node = op
div = $.el 'div', div = $.el 'div',