rabin 1 년 전
부모
커밋
8e73f16ae6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      assets/lib/manage/main.js

+ 1 - 1
assets/lib/manage/main.js

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