rm pig disgusting indentation
This commit is contained in:
parent
3540e6a5ca
commit
1a9a62f868
@ -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();
|
||||
|
||||
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user