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;
|
||||
}
|
||||
$.add(op, node);
|
||||
op.id = $('input[name]', op).name;
|
||||
op.id = $('input', op).name;
|
||||
return op;
|
||||
},
|
||||
thread: function(node) {
|
||||
|
||||
@ -1328,7 +1328,7 @@ threading =
|
||||
$.add op, node
|
||||
node = op.nextSibling
|
||||
$.add op, node #add the blockquote
|
||||
op.id = $('input[name]', op).name
|
||||
op.id = $('input', op).name
|
||||
op
|
||||
|
||||
thread: (node) ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user