mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
issue 987: fixed a bug of list writer
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9886 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3511ca8248
commit
967a9b3014
1 changed files with 1 additions and 1 deletions
|
|
@ -1998,7 +1998,7 @@ var ListWriter = xe.createPlugin('ListWriter', {
|
|||
.focus(function(event){ return self.onfocus(seq, event) });
|
||||
},
|
||||
new_item : function(returnObj) {
|
||||
var html = '<li><input type="name" /></li>';
|
||||
var html = '<li><input type="text" /></li>';
|
||||
|
||||
return returnObj?$(html):html;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue