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

View File

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