Call me when there will be more than one input element in the OP.

This commit is contained in:
Nicolas Stepien 2011-09-28 19:34:47 +02:00
parent c35324d46e
commit 293943c5b6
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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) ->