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