thread.op
This commit is contained in:
parent
634cf32a6b
commit
594191091d
@ -974,7 +974,7 @@ threading =
|
||||
threading.thread node
|
||||
$.unbind d, 'DOMNodeInserted', threading.stopPropagation
|
||||
|
||||
thread: (node) ->
|
||||
op: (node) ->
|
||||
op = $.el 'div',
|
||||
className: 'op'
|
||||
$.before node, op
|
||||
@ -983,11 +983,13 @@ threading =
|
||||
node = op.nextSibling
|
||||
$.append op, node #add the blockquote
|
||||
op.id = $('input[name]', op).name
|
||||
op
|
||||
|
||||
thread: (node) ->
|
||||
node = thread.op node
|
||||
|
||||
return if g.REPLY
|
||||
|
||||
node = op
|
||||
|
||||
div = $.el 'div',
|
||||
className: 'thread'
|
||||
$.before node, div
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user