rabin 1 yıl önce
ebeveyn
işleme
8e73f16ae6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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>');