git-svn-id: http://xe-core.googlecode.com/svn/trunk@989 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-06 03:51:49 +00:00
parent 7b5e44ea20
commit 940b55b176

View file

@ -87,6 +87,7 @@ function doSurveyAddItem(obj) {
var idx = parseInt(idx_match[1],10); var idx = parseInt(idx_match[1],10);
html = html.replace( / ([0-9]+)</, ' '+(idx+1)+'<'); html = html.replace( / ([0-9]+)</, ' '+(idx+1)+'<');
html = html.replace( /value=("){0,1}([^"^\s]*)"{0,1}/, 'value=""');
xInnerHtml(new_obj, html); xInnerHtml(new_obj, html);
new_obj.className = source.className; new_obj.className = source.className;