mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@989 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7b5e44ea20
commit
940b55b176
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ function doSurveyAddItem(obj) {
|
|||
|
||||
var idx = parseInt(idx_match[1],10);
|
||||
html = html.replace( / ([0-9]+)</, ' '+(idx+1)+'<');
|
||||
html = html.replace( /value=("){0,1}([^"^\s]*)"{0,1}/, 'value=""');
|
||||
|
||||
xInnerHtml(new_obj, html);
|
||||
new_obj.className = source.className;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue