Call me when there will be more than one input element in the OP.
This commit is contained in:
parent
c35324d46e
commit
293943c5b6
@ -1801,7 +1801,7 @@
|
|||||||
node = op.nextSibling;
|
node = op.nextSibling;
|
||||||
}
|
}
|
||||||
$.add(op, node);
|
$.add(op, node);
|
||||||
op.id = $('input[name]', op).name;
|
op.id = $('input', op).name;
|
||||||
return op;
|
return op;
|
||||||
},
|
},
|
||||||
thread: function(node) {
|
thread: function(node) {
|
||||||
|
|||||||
@ -1328,7 +1328,7 @@ threading =
|
|||||||
$.add op, node
|
$.add op, node
|
||||||
node = op.nextSibling
|
node = op.nextSibling
|
||||||
$.add op, node #add the blockquote
|
$.add op, node #add the blockquote
|
||||||
op.id = $('input[name]', op).name
|
op.id = $('input', op).name
|
||||||
op
|
op
|
||||||
|
|
||||||
thread: (node) ->
|
thread: (node) ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user