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

View File

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