|
@@ -3776,7 +3776,7 @@ function append(self, id)
|
|
append_total++;
|
|
append_total++;
|
|
total += append_total;
|
|
total += append_total;
|
|
html = html.replaceAll('_-1_', '_' + total + '_');
|
|
html = html.replaceAll('_-1_', '_' + total + '_');
|
|
- html = html.replaceAll('up_', 'update_');
|
|
|
|
|
|
+ html = html.replaceAll('dever_up_', 'update_');
|
|
var class_name = 'update_' + id;
|
|
var class_name = 'update_' + id;
|
|
id = class_name + '_c_' + total;
|
|
id = class_name + '_c_' + total;
|
|
parent.append('<tr id="'+id+'" class="'+class_name+'">' + html + '</tr>');
|
|
parent.append('<tr id="'+id+'" class="'+class_name+'">' + html + '</tr>');
|